Html Css Color HEX #05371F Dark Green

📋 copy color: '#05371F'

red 5 ◦ green 55 ◦ blue 31

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

Shades of Dark Green #05371F

Tints of Dark Green #05371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 60.44%

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

R = 5.49%
G = 60.44%
B = 34.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#05371F (or 0x05371F) is known color: Dark Green. HEX triplet: 05, 37 and 1F. RGB value is (5,55,31). Sum of RGB (Red+Green+Blue) = 5+55+31=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #05371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05371F is #FAC8E0. Grayscale: #252525. Windows color (decimal): -16435425 or 2045701. OLE color: 2045701.

HSL color Cylindrical-coordinate representation of color #05371F: hue angle of 151.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05371F is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 55 31 -
CMYK 0.91 0 0.44 0.78
HSL 151.2º 0.83% 0.12% -
HSV(B) 151.2º 0.91% 0.22% -
XYZ 1.68 2.86 1.76 -
YUV 37.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 5 55 31 0.91 0 0.44 0.78 151.2 0.83 0.12
Hex 5 37 1F 5B 0 2C 4E 97 53 C
Octal 5 67 37 133 0 54 116 227 123 14
Binary 101 110111 11111 1011011 0 101100 1001110 10010111 1010011 1100

Color Harmonies of #05371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05371F

Black with #05371F

Text Example


Text Example

White with #05371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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