Html Css Color HEX #04541B Crusoe

📋 copy color: '#04541B'

red 4 ◦ green 84 ◦ blue 27

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

Shades of Crusoe #04541B

Tints of Crusoe #04541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 3.48%
G = 73.04%
B = 23.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#04541B (or 0x04541B) is known color: Crusoe. HEX triplet: 04, 54 and 1B. RGB value is (4,84,27). Sum of RGB (Red+Green+Blue) = 4+84+27=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 84 (33.20% from 255 or 73.04% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 84 - color contains mainly: green. Hex color #04541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04541B is #FBABE4. Grayscale: #353535. Windows color (decimal): -16493541 or 1790980. OLE color: 1790980.

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

Color convert

RGB 4 84 27 -
CMYK 0.95 0 0.68 0.67
HSL 137.25º 0.91% 0.17% -
HSV(B) 137.25º 0.95% 0.33% -
XYZ 3.42 6.45 2.1 -
YUV 53.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 4 84 27 0.95 0 0.68 0.67 137.25 0.91 0.17
Hex 4 54 1B 5F 0 44 43 89 5B 11
Octal 4 124 33 137 0 104 103 211 133 21
Binary 100 1010100 11011 1011111 0 1000100 1000011 10001001 1011011 10001

Color Harmonies of #04541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04541B

Black with #04541B

Text Example


Text Example

White with #04541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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