Html Css Color HEX #04541F Crusoe

📋 copy color: '#04541F'

red 4 ◦ green 84 ◦ blue 31

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

Shades of Crusoe #04541F

Tints of Crusoe #04541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 3.36%
G = 70.59%
B = 26.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#04541F (or 0x04541F) is known color: Crusoe. HEX triplet: 04, 54 and 1F. RGB value is (4,84,31). Sum of RGB (Red+Green+Blue) = 4+84+31=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #04541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04541F is #FBABE0. Grayscale: #363636. Windows color (decimal): -16493537 or 2053124. OLE color: 2053124.

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

Color convert

RGB 4 84 31 -
CMYK 0.95 0 0.63 0.67
HSL 140.25º 0.91% 0.17% -
HSV(B) 140.25º 0.95% 0.33% -
XYZ 3.47 6.47 2.36 -
YUV 54.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 4 84 31 0.95 0 0.63 0.67 140.25 0.91 0.17
Hex 4 54 1F 5F 0 3F 43 8C 5B 11
Octal 4 124 37 137 0 77 103 214 133 21
Binary 100 1010100 11111 1011111 0 111111 1000011 10001100 1011011 10001

Color Harmonies of #04541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04541F

Black with #04541F

Text Example


Text Example

White with #04541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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