Html Css Color HEX #052712 Dark Green

📋 copy color: '#052712'

red 5 ◦ green 39 ◦ blue 18

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

Shades of Dark Green #052712

Tints of Dark Green #052712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 62.9%

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 8.06%
G = 62.9%
B = 29.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#052712 (or 0x052712) is known color: Dark Green. HEX triplet: 05, 27 and 12. RGB value is (5,39,18). Sum of RGB (Red+Green+Blue) = 5+39+18=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #052712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052712 is #FAD8ED. Grayscale: #1A1A1A. Windows color (decimal): -16439534 or 1189637. OLE color: 1189637.

HSL color Cylindrical-coordinate representation of color #052712: hue angle of 142.94º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052712 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 39 18 -
CMYK 0.87 0 0.54 0.85
HSL 142.94º 0.77% 0.09% -
HSV(B) 142.94º 0.87% 0.15% -
XYZ 0.9 1.53 0.82 -
YUV 26.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 5 39 18 0.87 0 0.54 0.85 142.94 0.77 0.09
Hex 5 27 12 57 0 36 55 8F 4D 9
Octal 5 47 22 127 0 66 125 217 115 11
Binary 101 100111 10010 1010111 0 110110 1010101 10001111 1001101 1001

Color Harmonies of #052712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052712

Black with #052712

Text Example


Text Example

White with #052712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052712; }

 p { color: rgb(5,39,18); }

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

background-color css

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

 a { background-color: rgb(5,39,18); }

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

border-color css

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

 span { border-color: rgb(5,39,18); }

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