Html Css Color HEX #05541C Crusoe

📋 copy color: '#05541C'

red 5 ◦ green 84 ◦ blue 28

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

Shades of Crusoe #05541C

Tints of Crusoe #05541C

RGB

 RED value IS 5 (2.34% from 255) = 4.27%

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

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

R = 4.27%
G = 71.79%
B = 23.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#05541C (or 0x05541C) is known color: Crusoe. HEX triplet: 05, 54 and 1C. RGB value is (5,84,28). Sum of RGB (Red+Green+Blue) = 5+84+28=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #05541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05541C is #FAABE3. Grayscale: #363636. Windows color (decimal): -16428004 or 1856517. OLE color: 1856517.

HSL color Cylindrical-coordinate representation of color #05541C: hue angle of 137.47º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05541C is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 84 28 -
CMYK 0.94 0 0.67 0.67
HSL 137.47º 0.89% 0.17% -
HSV(B) 137.47º 0.94% 0.33% -
XYZ 3.44 6.46 2.16 -
YUV 54 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 5 84 28 0.94 0 0.67 0.67 137.47 0.89 0.17
Hex 5 54 1C 5E 0 43 43 89 59 11
Octal 5 124 34 136 0 103 103 211 131 21
Binary 101 1010100 11100 1011110 0 1000011 1000011 10001001 1011001 10001

Color Harmonies of #05541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05541C

Black with #05541C

Text Example


Text Example

White with #05541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,84,28); }

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

background-color css

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

 a { background-color: rgb(5,84,28); }

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

border-color css

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

 span { border-color: rgb(5,84,28); }

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