Html Css Color HEX #05541F Crusoe

📋 copy color: '#05541F'

red 5 ◦ green 84 ◦ blue 31

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

Shades of Crusoe #05541F

Tints of Crusoe #05541F

RGB

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

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

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

R = 4.17%
G = 70%
B = 25.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#05541F (or 0x05541F) is known color: Crusoe. HEX triplet: 05, 54 and 1F. RGB value is (5,84,31). Sum of RGB (Red+Green+Blue) = 5+84+31=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #05541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05541F is #FAABE0. Grayscale: #363636. Windows color (decimal): -16428001 or 2053125. OLE color: 2053125.

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

Color convert

RGB 5 84 31 -
CMYK 0.94 0 0.63 0.67
HSL 139.75º 0.89% 0.17% -
HSV(B) 139.75º 0.94% 0.33% -
XYZ 3.48 6.47 2.36 -
YUV 54.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 5 84 31 0.94 0 0.63 0.67 139.75 0.89 0.17
Hex 5 54 1F 5E 0 3F 43 8C 59 11
Octal 5 124 37 136 0 77 103 214 131 21
Binary 101 1010100 11111 1011110 0 111111 1000011 10001100 1011001 10001

Color Harmonies of #05541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05541F

Black with #05541F

Text Example


Text Example

White with #05541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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