#036425

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

Shades of Crusoe #036425

Tints of Crusoe #036425

Color information

#036425 (or 0x036425) is unknown color: approx Crusoe. HEX triplet: 03, 64 and 25. RGB value is (3,100,37). Sum of RGB (Red+Green+Blue) = 3+100+37=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 100 (39.45% from 255 or 71.43% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 100 - color contains mainly: green. Hex color #036425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036425 is #FC9BDA. Grayscale: #3F3F3F. Windows color (decimal): -16554971 or 2450435. OLE color: 2450435.

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

Color convert

RGB310037-
CMYK0.9700.630.61
HSL141.03º94.17%20.2%-
HSV(B)141.03º97%39.22%-
XYZ4.939.273.28-
YUV63.82112.8684.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 100 (39.45% from 255) = 71.43%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=2.14%
G=71.43%
B=26.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100370.9700.630.61141.0394.1720.2
Hex364256103F3D8d5e14
Octal3144451410777521513624
Binary1111001001001011100001011111111110110001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036425; }

 p { color: rgb(3,100,37); }

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

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

 a { background-color: rgb(3,100,37); }

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

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

 span { border-color: rgb(3,100,37); }

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