Html Css Color HEX #05711D Crusoe

📋 copy color: '#05711D'

red 5 ◦ green 113 ◦ blue 29

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

Shades of Crusoe #05711D

Tints of Crusoe #05711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 76.87%

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 3.4%
G = 76.87%
B = 19.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#05711D (or 0x05711D) is known color: Crusoe. HEX triplet: 05, 71 and 1D. RGB value is (5,113,29). Sum of RGB (Red+Green+Blue) = 5+113+29=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #05711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05711D is #FA8EE2. Grayscale: #474747. Windows color (decimal): -16420579 or 1929477. OLE color: 1929477.

HSL color Cylindrical-coordinate representation of color #05711D: hue angle of 133.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05711D is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 29 -
CMYK 0.96 0 0.74 0.56
HSL 133.33º 0.92% 0.23% -
HSV(B) 133.33º 0.96% 0.44% -
XYZ 6.19 11.93 3.14 -
YUV 71.13 104.22 80.83 -
System Red Green Blue C M Y K H S L
Decimal 5 113 29 0.96 0 0.74 0.56 133.33 0.92 0.23
Hex 5 71 1D 60 0 4A 38 85 5C 17
Octal 5 161 35 140 0 112 70 205 134 27
Binary 101 1110001 11101 1100000 0 1001010 111000 10000101 1011100 10111

Color Harmonies of #05711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05711D

Black with #05711D

Text Example


Text Example

White with #05711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05711D; }

 p { color: rgb(5,113,29); }

 H1.HeaderClassName
 {
   color: #05711D;
 }
 .AnyTagClassName
 {
   color: #05711D;
 }
</style>

background-color css

<style>
 a { background-color: #05711D; }

 a { background-color: rgb(5,113,29); }

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

border-color css

<style>
 span { border-color: #05711D; }

 span { border-color: rgb(5,113,29); }

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