Html Css Color HEX #05731F Crusoe

📋 copy color: '#05731F'

red 5 ◦ green 115 ◦ blue 31

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

Shades of Crusoe #05731F

Tints of Crusoe #05731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 76.16%

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

R = 3.31%
G = 76.16%
B = 20.53%

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

#05731F (or 0x05731F) is known color: Crusoe. HEX triplet: 05, 73 and 1F. RGB value is (5,115,31). Sum of RGB (Red+Green+Blue) = 5+115+31=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #05731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05731F is #FA8CE0. Grayscale: #484848. Windows color (decimal): -16420065 or 2061061. OLE color: 2061061.

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

Color convert

RGB 5 115 31 -
CMYK 0.96 0 0.73 0.55
HSL 134.18º 0.92% 0.24% -
HSV(B) 134.18º 0.96% 0.45% -
XYZ 6.44 12.39 3.35 -
YUV 72.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 5 115 31 0.96 0 0.73 0.55 134.18 0.92 0.24
Hex 5 73 1F 60 0 49 37 86 5C 18
Octal 5 163 37 140 0 111 67 206 134 30
Binary 101 1110011 11111 1100000 0 1001001 110111 10000110 1011100 11000

Color Harmonies of #05731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05731F

Black with #05731F

Text Example


Text Example

White with #05731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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