Html Css Color HEX #05372A Dark Green

📋 copy color: '#05372A'

red 5 ◦ green 55 ◦ blue 42

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

Shades of Dark Green #05372A

Tints of Dark Green #05372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 41.18%

R = 4.9%
G = 53.92%
B = 41.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#05372A (or 0x05372A) is known color: Dark Green. HEX triplet: 05, 37 and 2A. RGB value is (5,55,42). Sum of RGB (Red+Green+Blue) = 5+55+42=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #05372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05372A is #FAC8D5. Grayscale: #262626. Windows color (decimal): -16435414 or 2766597. OLE color: 2766597.

HSL color Cylindrical-coordinate representation of color #05372A: hue angle of 164.4º 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 #05372A is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 55 42 -
CMYK 0.91 0 0.24 0.78
HSL 164.4º 0.83% 0.12% -
HSV(B) 164.4º 0.91% 0.22% -
XYZ 1.85 2.93 2.66 -
YUV 38.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 5 55 42 0.91 0 0.24 0.78 164.4 0.83 0.12
Hex 5 37 2A 5B 0 18 4E A4 53 C
Octal 5 67 52 133 0 30 116 244 123 14
Binary 101 110111 101010 1011011 0 11000 1001110 10100100 1010011 1100

Color Harmonies of #05372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05372A

Black with #05372A

Text Example


Text Example

White with #05372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05372A; }

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

 H1.HeaderClassName
 {
   color: #05372A;
 }
 .AnyTagClassName
 {
   color: #05372A;
 }
</style>

background-color css

<style>
 a { background-color: #05372A; }

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

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

border-color css

<style>
 span { border-color: #05372A; }

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

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