#41635F

Color #41635F Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #41635F

Tints of Oracle #41635F

Color information

#41635F (or 0x41635F) is unknown color: approx Oracle. HEX triplet: 41, 63 and 5F. RGB value is (65,99,95). Sum of RGB (Red+Green+Blue) = 65+99+95=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #41635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41635F is #BE9CA0. Grayscale: #585858. Windows color (decimal): -12491937 or 6251329. OLE color: 6251329.

HSL color Cylindrical-coordinate representation of color #41635F: hue angle of 172.94º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41635F is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB659995-
CMYK0.3400.040.61
HSL172.94º20.73%32.16%-
HSV(B)172.94º34.34%38.82%-
XYZ8.7110.8712.47-
YUV88.38131.74111.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=25.10%
G=38.22%
B=36.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599950.3400.040.61172.9420.7332.16
Hex41635F22043Dad1520
Octal1011431374204752552540
Binary10000011100011101111110001001001111011010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41635F; }

 p { color: rgb(65,99,95); }

 H1.HeaderClassName
 {
   color: #41635F;
 }
 .AnyTagClassName
 {
   color: #41635F;
 }
</style>
background-color css

<style>
 a { background-color: #41635F; }

 a { background-color: rgb(65,99,95); }

 div.DivClassName
 {
   background-color: #41635F;
 }
 .BgClassName
 {
   background-color: #41635F;
 }
</style>
border-color css

<style>
 span { border-color: #41635F; }

 span { border-color: rgb(65,99,95); }

 td.TdClassName
 {
   border-color: #41635F;
 }
 .TagClassName
 {
   border-color: #41635F;
 }
</style>