#036129

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

Shades of Crusoe #036129

Tints of Crusoe #036129

Color information

#036129 (or 0x036129) is unknown color: approx Crusoe. HEX triplet: 03, 61 and 29. RGB value is (3,97,41). Sum of RGB (Red+Green+Blue) = 3+97+41=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #036129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036129 is #FC9ED6. Grayscale: #3E3E3E. Windows color (decimal): -16555735 or 2711811. OLE color: 2711811.

HSL color Cylindrical-coordinate representation of color #036129: hue angle of 144.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036129 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB39741-
CMYK0.9700.580.62
HSL144.26º94%19.61%-
HSV(B)144.26º96.91%38.04%-
XYZ4.718.733.53-
YUV62.51115.8685.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 97 (38.28% from 255) = 68.79%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=2.13%
G=68.79%
B=29.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal397410.9700.580.62144.269419.61
Hex361296103A3E905e14
Octal3141511410727622013624
Binary1111000011010011100001011101011111010010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036129; }

 p { color: rgb(3,97,41); }

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

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

 a { background-color: rgb(3,97,41); }

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

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

 span { border-color: rgb(3,97,41); }

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