Html Css Color HEX #05721E Crusoe

📋 copy color: '#05721E'

red 5 ◦ green 114 ◦ blue 30

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

Shades of Crusoe #05721E

Tints of Crusoe #05721E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 3.36%
G = 76.51%
B = 20.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#05721E (or 0x05721E) is known color: Crusoe. HEX triplet: 05, 72 and 1E. RGB value is (5,114,30). Sum of RGB (Red+Green+Blue) = 5+114+30=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #05721E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05721E is #FA8DE1. Grayscale: #484848. Windows color (decimal): -16420322 or 1995269. OLE color: 1995269.

HSL color Cylindrical-coordinate representation of color #05721E: hue angle of 133.76º 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 #05721E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 30 -
CMYK 0.96 0 0.74 0.55
HSL 133.76º 0.92% 0.23% -
HSV(B) 133.76º 0.96% 0.45% -
XYZ 6.31 12.16 3.24 -
YUV 71.83 104.39 80.33 -
System Red Green Blue C M Y K H S L
Decimal 5 114 30 0.96 0 0.74 0.55 133.76 0.92 0.23
Hex 5 72 1E 60 0 4A 37 86 5C 17
Octal 5 162 36 140 0 112 67 206 134 27
Binary 101 1110010 11110 1100000 0 1001010 110111 10000110 1011100 10111

Color Harmonies of #05721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05721E

Black with #05721E

Text Example


Text Example

White with #05721E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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