Html Css Color HEX #05721F Crusoe

📋 copy color: '#05721F'

red 5 ◦ green 114 ◦ blue 31

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

Shades of Crusoe #05721F

Tints of Crusoe #05721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 76%

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

R = 3.33%
G = 76%
B = 20.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#05721F (or 0x05721F) is known color: Crusoe. HEX triplet: 05, 72 and 1F. RGB value is (5,114,31). Sum of RGB (Red+Green+Blue) = 5+114+31=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #05721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05721F is #FA8DE0. Grayscale: #484848. Windows color (decimal): -16420321 or 2060805. OLE color: 2060805.

HSL color Cylindrical-coordinate representation of color #05721F: hue angle of 134.31º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05721F is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 31 -
CMYK 0.96 0 0.73 0.55
HSL 134.31º 0.92% 0.23% -
HSV(B) 134.31º 0.96% 0.45% -
XYZ 6.33 12.17 3.31 -
YUV 71.95 104.89 80.25 -
System Red Green Blue C M Y K H S L
Decimal 5 114 31 0.96 0 0.73 0.55 134.31 0.92 0.23
Hex 5 72 1F 60 0 49 37 86 5C 17
Octal 5 162 37 140 0 111 67 206 134 27
Binary 101 1110010 11111 1100000 0 1001001 110111 10000110 1011100 10111

Color Harmonies of #05721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05721F

Black with #05721F

Text Example


Text Example

White with #05721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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