Html Css Color HEX #052410 Dark Green

📋 copy color: '#052410'

red 5 ◦ green 36 ◦ blue 16

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

Shades of Dark Green #052410

Tints of Dark Green #052410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 63.16%

 BLUE value IS 16 (6.64% from 255) = 28.07%

R = 8.77%
G = 63.16%
B = 28.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#052410 (or 0x052410) is known color: Dark Green. HEX triplet: 05, 24 and 10. RGB value is (5,36,16). Sum of RGB (Red+Green+Blue) = 5+36+16=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #052410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052410 is #FADBEF. Grayscale: #181818. Windows color (decimal): -16440304 or 1057797. OLE color: 1057797.

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

Color convert

RGB 5 36 16 -
CMYK 0.86 0 0.56 0.86
HSL 141.29º 0.76% 0.08% -
HSV(B) 141.29º 0.86% 0.14% -
XYZ 0.79 1.33 0.71 -
YUV 24.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 5 36 16 0.86 0 0.56 0.86 141.29 0.76 0.08
Hex 5 24 10 56 0 38 56 8D 4C 8
Octal 5 44 20 126 0 70 126 215 114 10
Binary 101 100100 10000 1010110 0 111000 1010110 10001101 1001100 1000

Color Harmonies of #052410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052410

Black with #052410

Text Example


Text Example

White with #052410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052410; }

 p { color: rgb(5,36,16); }

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

background-color css

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

 a { background-color: rgb(5,36,16); }

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

border-color css

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

 span { border-color: rgb(5,36,16); }

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