#046325

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

Shades of Crusoe #046325

Tints of Crusoe #046325

Color information

#046325 (or 0x046325) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 25. RGB value is (4,99,37). Sum of RGB (Red+Green+Blue) = 4+99+37=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #046325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046325 is #FB9CDA. Grayscale: #3F3F3F. Windows color (decimal): -16489691 or 2450180. OLE color: 2450180.

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

Color convert

RGB49937-
CMYK0.9600.630.61
HSL140.84º92.23%20.2%-
HSV(B)140.84º95.96%38.82%-
XYZ4.859.083.25-
YUV63.53113.0385.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 99 (39.06% from 255) = 70.71%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=2.86%
G=70.71%
B=26.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499370.9600.630.61140.8492.2320.2
Hex463256003F3D8d5c14
Octal4143451400777521513424
Binary10011000111001011100000011111111110110001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046325; }

 p { color: rgb(4,99,37); }

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

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

 a { background-color: rgb(4,99,37); }

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

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

 span { border-color: rgb(4,99,37); }

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