Html Css Color HEX #04551C Crusoe

📋 copy color: '#04551C'

red 4 ◦ green 85 ◦ blue 28

#04551C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #04551C

Tints of Crusoe #04551C

RGB

 RED value IS 4 (1.95% from 255) = 3.42%

 GREEN value IS 85 (33.59% from 255) = 72.65%

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 3.42%
G = 72.65%
B = 23.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#04551C (or 0x04551C) is known color: Crusoe. HEX triplet: 04, 55 and 1C. RGB value is (4,85,28). Sum of RGB (Red+Green+Blue) = 4+85+28=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #04551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04551C is #FBAAE3. Grayscale: #363636. Windows color (decimal): -16493284 or 1856772. OLE color: 1856772.

HSL color Cylindrical-coordinate representation of color #04551C: hue angle of 137.78º 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 #04551C is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 85 28 -
CMYK 0.95 0 0.67 0.67
HSL 137.78º 0.91% 0.17% -
HSV(B) 137.78º 0.95% 0.33% -
XYZ 3.51 6.61 2.19 -
YUV 54.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 4 85 28 0.95 0 0.67 0.67 137.78 0.91 0.17
Hex 4 55 1C 5F 0 43 43 8A 5B 11
Octal 4 125 34 137 0 103 103 212 133 21
Binary 100 1010101 11100 1011111 0 1000011 1000011 10001010 1011011 10001

Color Harmonies of #04551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04551C

Black with #04551C

Text Example


Text Example

White with #04551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04551C;
 }
 .AnyTagClassName
 {
   color: #04551C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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