#04581F

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

Shades of Crusoe #04581F

Tints of Crusoe #04581F

Color information

#04581F (or 0x04581F) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 1F. RGB value is (4,88,31). Sum of RGB (Red+Green+Blue) = 4+88+31=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #04581F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04581F is #FBA7E0. Grayscale: #383838. Windows color (decimal): -16492513 or 2054148. OLE color: 2054148.

HSL color Cylindrical-coordinate representation of color #04581F: hue angle of 139.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04581F is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB48831-
CMYK0.9500.650.65
HSL139.29º91.3%18.04%-
HSV(B)139.29º95.45%34.51%-
XYZ3.797.12.47-
YUV56.39113.6790.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 88 (34.77% from 255) = 71.54%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=3.25%
G=71.54%
B=25.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488310.9500.650.65139.2991.318.04
Hex4581F5F041418b5b12
Octal413037137010110121313322
Binary100101100011111101111101000001100000110001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04581F; }

 p { color: rgb(4,88,31); }

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

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

 a { background-color: rgb(4,88,31); }

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

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

 span { border-color: rgb(4,88,31); }

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