#036826

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

Shades of Crusoe #036826

Tints of Crusoe #036826

Color information

#036826 (or 0x036826) is unknown color: approx Crusoe. HEX triplet: 03, 68 and 26. RGB value is (3,104,38). Sum of RGB (Red+Green+Blue) = 3+104+38=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #036826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036826 is #FC97D9. Grayscale: #424242. Windows color (decimal): -16553946 or 2516995. OLE color: 2516995.

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

Color convert

RGB310438-
CMYK0.9700.630.59
HSL140.79º94.39%20.98%-
HSV(B)140.79º97.12%40.78%-
XYZ5.3410.063.49-
YUV66.28112.0482.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 104 (41.02% from 255) = 71.72%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=2.07%
G=71.72%
B=26.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104380.9700.630.59140.7994.3920.98
Hex368266103F3B8d5e15
Octal3150461410777321513625
Binary1111010001001101100001011111111101110001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036826; }

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

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

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

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

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

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

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

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