Html Css Color HEX #052512 Dark Green

📋 copy color: '#052512'

red 5 ◦ green 37 ◦ blue 18

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

Shades of Dark Green #052512

Tints of Dark Green #052512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 61.67%

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

R = 8.33%
G = 61.67%
B = 30%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#052512 (or 0x052512) is known color: Dark Green. HEX triplet: 05, 25 and 12. RGB value is (5,37,18). Sum of RGB (Red+Green+Blue) = 5+37+18=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #052512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052512 is #FADAED. Grayscale: #191919. Windows color (decimal): -16440046 or 1189125. OLE color: 1189125.

HSL color Cylindrical-coordinate representation of color #052512: hue angle of 144.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052512 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 18 -
CMYK 0.86 0 0.51 0.85
HSL 144.38º 0.76% 0.08% -
HSV(B) 144.38º 0.86% 0.15% -
XYZ 0.83 1.4 0.8 -
YUV 25.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 5 37 18 0.86 0 0.51 0.85 144.38 0.76 0.08
Hex 5 25 12 56 0 33 55 90 4C 8
Octal 5 45 22 126 0 63 125 220 114 10
Binary 101 100101 10010 1010110 0 110011 1010101 10010000 1001100 1000

Color Harmonies of #052512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052512

Black with #052512

Text Example


Text Example

White with #052512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052512; }

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

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

background-color css

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

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

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

border-color css

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

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

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