Html Css Color HEX #04551E Crusoe

📋 copy color: '#04551E'

red 4 ◦ green 85 ◦ blue 30

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

Shades of Crusoe #04551E

Tints of Crusoe #04551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.21%

R = 3.36%
G = 71.43%
B = 25.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#04551E (or 0x04551E) is known color: Crusoe. HEX triplet: 04, 55 and 1E. RGB value is (4,85,30). Sum of RGB (Red+Green+Blue) = 4+85+30=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #04551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04551E is #FBAAE1. Grayscale: #363636. Windows color (decimal): -16493282 or 1987844. OLE color: 1987844.

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

Color convert

RGB 4 85 30 -
CMYK 0.95 0 0.65 0.67
HSL 139.26º 0.91% 0.17% -
HSV(B) 139.26º 0.95% 0.33% -
XYZ 3.53 6.62 2.32 -
YUV 54.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 4 85 30 0.95 0 0.65 0.67 139.26 0.91 0.17
Hex 4 55 1E 5F 0 41 43 8B 5B 11
Octal 4 125 36 137 0 101 103 213 133 21
Binary 100 1010101 11110 1011111 0 1000001 1000011 10001011 1011011 10001

Color Harmonies of #04551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04551E

Black with #04551E

Text Example


Text Example

White with #04551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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