Html Css Color HEX #05372E Dark Green

📋 copy color: '#05372E'

red 5 ◦ green 55 ◦ blue 46

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

Shades of Dark Green #05372E

Tints of Dark Green #05372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 43.4%

R = 4.72%
G = 51.89%
B = 43.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#05372E (or 0x05372E) is known color: Dark Green. HEX triplet: 05, 37 and 2E. RGB value is (5,55,46). Sum of RGB (Red+Green+Blue) = 5+55+46=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #05372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05372E is #FAC8D1. Grayscale: #272727. Windows color (decimal): -16435410 or 3028741. OLE color: 3028741.

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

Color convert

RGB 5 55 46 -
CMYK 0.91 0 0.16 0.78
HSL 169.2º 0.83% 0.12% -
HSV(B) 169.2º 0.91% 0.22% -
XYZ 1.92 2.96 3.06 -
YUV 39.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 5 55 46 0.91 0 0.16 0.78 169.2 0.83 0.12
Hex 5 37 2E 5B 0 10 4E A9 53 C
Octal 5 67 56 133 0 20 116 251 123 14
Binary 101 110111 101110 1011011 0 10000 1001110 10101001 1010011 1100

Color Harmonies of #05372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05372E

Black with #05372E

Text Example


Text Example

White with #05372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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