#036726

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

Shades of Crusoe #036726

Tints of Crusoe #036726

Color information

#036726 (or 0x036726) is unknown color: approx Crusoe. HEX triplet: 03, 67 and 26. RGB value is (3,103,38). Sum of RGB (Red+Green+Blue) = 3+103+38=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #036726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036726 is #FC98D9. Grayscale: #414141. Windows color (decimal): -16554202 or 2516739. OLE color: 2516739.

HSL color Cylindrical-coordinate representation of color #036726: hue angle of 141º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036726 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB310338-
CMYK0.9700.630.60
HSL141º94.34%20.78%-
HSV(B)141º97.09%40.39%-
XYZ5.249.863.46-
YUV65.69112.3783.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 103 (40.62% from 255) = 71.53%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=2.08%
G=71.53%
B=26.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3103380.9700.630.6014194.3420.78
Hex367266103F3C8d5e15
Octal3147461410777421513625
Binary1111001111001101100001011111111110010001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036726; }

 p { color: rgb(3,103,38); }

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

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

 a { background-color: rgb(3,103,38); }

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

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

 span { border-color: rgb(3,103,38); }

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