Html Css Color HEX #052612 Dark Green

📋 copy color: '#052612'

red 5 ◦ green 38 ◦ blue 18

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

Shades of Dark Green #052612

Tints of Dark Green #052612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 62.3%

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

R = 8.2%
G = 62.3%
B = 29.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#052612 (or 0x052612) is known color: Dark Green. HEX triplet: 05, 26 and 12. RGB value is (5,38,18). Sum of RGB (Red+Green+Blue) = 5+38+18=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #052612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052612 is #FAD9ED. Grayscale: #191919. Windows color (decimal): -16439790 or 1189381. OLE color: 1189381.

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

Color convert

RGB 5 38 18 -
CMYK 0.87 0 0.53 0.85
HSL 143.64º 0.77% 0.08% -
HSV(B) 143.64º 0.87% 0.15% -
XYZ 0.86 1.46 0.81 -
YUV 25.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 5 38 18 0.87 0 0.53 0.85 143.64 0.77 0.08
Hex 5 26 12 57 0 35 55 90 4D 8
Octal 5 46 22 127 0 65 125 220 115 10
Binary 101 100110 10010 1010111 0 110101 1010101 10010000 1001101 1000

Color Harmonies of #052612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052612

Black with #052612

Text Example


Text Example

White with #052612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052612; }

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

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

background-color css

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

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

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

border-color css

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

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

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