Html Css Color HEX #05701D Crusoe

📋 copy color: '#05701D'

red 5 ◦ green 112 ◦ blue 29

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

Shades of Crusoe #05701D

Tints of Crusoe #05701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 76.71%

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

R = 3.42%
G = 76.71%
B = 19.86%

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

#05701D (or 0x05701D) is known color: Crusoe. HEX triplet: 05, 70 and 1D. RGB value is (5,112,29). Sum of RGB (Red+Green+Blue) = 5+112+29=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #05701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05701D is #FA8FE2. Grayscale: #464646. Windows color (decimal): -16420835 or 1929221. OLE color: 1929221.

HSL color Cylindrical-coordinate representation of color #05701D: hue angle of 133.46º degrees, saturation: 0.91, 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 #05701D is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 29 -
CMYK 0.96 0 0.74 0.56
HSL 133.46º 0.91% 0.23% -
HSV(B) 133.46º 0.96% 0.44% -
XYZ 6.08 11.71 3.1 -
YUV 70.55 104.55 81.25 -
System Red Green Blue C M Y K H S L
Decimal 5 112 29 0.96 0 0.74 0.56 133.46 0.91 0.23
Hex 5 70 1D 60 0 4A 38 85 5B 17
Octal 5 160 35 140 0 112 70 205 133 27
Binary 101 1110000 11101 1100000 0 1001010 111000 10000101 1011011 10111

Color Harmonies of #05701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05701D

Black with #05701D

Text Example


Text Example

White with #05701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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