#04551A

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

Shades of Crusoe #04551A

Tints of Crusoe #04551A

Color information

#04551A (or 0x04551A) is unknown color: approx Crusoe. HEX triplet: 04, 55 and 1A. RGB value is (4,85,26). Sum of RGB (Red+Green+Blue) = 4+85+26=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #04551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04551A is #FBAAE5. Grayscale: #363636. Windows color (decimal): -16493286 or 1725700. OLE color: 1725700.

HSL color Cylindrical-coordinate representation of color #04551A: hue angle of 136.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04551A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB48526-
CMYK0.9500.690.67
HSL136.3º91.01%17.45%-
HSV(B)136.3º95.29%33.33%-
XYZ3.496.62.07-
YUV54.05112.1692.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=3.48%
G=73.91%
B=22.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485260.9500.690.67136.391.0117.45
Hex4551A5F04543885b11
Octal412532137010510321013321
Binary100101010111010101111101000101100001110001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04551A; }

 p { color: rgb(4,85,26); }

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

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

 a { background-color: rgb(4,85,26); }

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

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

 span { border-color: rgb(4,85,26); }

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