Html Css Color HEX #04541E Crusoe

📋 copy color: '#04541E'

red 4 ◦ green 84 ◦ blue 30

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

Shades of Crusoe #04541E

Tints of Crusoe #04541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 71.19%

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

R = 3.39%
G = 71.19%
B = 25.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#04541E (or 0x04541E) is known color: Crusoe. HEX triplet: 04, 54 and 1E. RGB value is (4,84,30). Sum of RGB (Red+Green+Blue) = 4+84+30=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #04541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04541E is #FBABE1. Grayscale: #363636. Windows color (decimal): -16493538 or 1987588. OLE color: 1987588.

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

Color convert

RGB 4 84 30 -
CMYK 0.95 0 0.64 0.67
HSL 139.5º 0.91% 0.17% -
HSV(B) 139.5º 0.95% 0.33% -
XYZ 3.45 6.46 2.29 -
YUV 53.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 4 84 30 0.95 0 0.64 0.67 139.5 0.91 0.17
Hex 4 54 1E 5F 0 40 43 8C 5B 11
Octal 4 124 36 137 0 100 103 214 133 21
Binary 100 1010100 11110 1011111 0 1000000 1000011 10001100 1011011 10001

Color Harmonies of #04541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04541E

Black with #04541E

Text Example


Text Example

White with #04541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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