Html Css Color HEX #05372D Dark Green

📋 copy color: '#05372D'

red 5 ◦ green 55 ◦ blue 45

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

Shades of Dark Green #05372D

Tints of Dark Green #05372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 42.86%

R = 4.76%
G = 52.38%
B = 42.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#05372D (or 0x05372D) is known color: Dark Green. HEX triplet: 05, 37 and 2D. RGB value is (5,55,45). Sum of RGB (Red+Green+Blue) = 5+55+45=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #05372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05372D is #FAC8D2. Grayscale: #262626. Windows color (decimal): -16435411 or 2963205. OLE color: 2963205.

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

Color convert

RGB 5 55 45 -
CMYK 0.91 0 0.18 0.78
HSL 168º 0.83% 0.12% -
HSV(B) 168º 0.91% 0.22% -
XYZ 1.9 2.95 2.95 -
YUV 38.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 5 55 45 0.91 0 0.18 0.78 168 0.83 0.12
Hex 5 37 2D 5B 0 12 4E A8 53 C
Octal 5 67 55 133 0 22 116 250 123 14
Binary 101 110111 101101 1011011 0 10010 1001110 10101000 1010011 1100

Color Harmonies of #05372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05372D

Black with #05372D

Text Example


Text Example

White with #05372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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