Html Css Color HEX #052610 Dark Green

📋 copy color: '#052610'

red 5 ◦ green 38 ◦ blue 16

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

Shades of Dark Green #052610

Tints of Dark Green #052610

RGB

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

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

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

R = 8.47%
G = 64.41%
B = 27.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#052610 (or 0x052610) is known color: Dark Green. HEX triplet: 05, 26 and 10. RGB value is (5,38,16). Sum of RGB (Red+Green+Blue) = 5+38+16=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #052610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052610 is #FAD9EF. Grayscale: #191919. Windows color (decimal): -16439792 or 1058309. OLE color: 1058309.

HSL color Cylindrical-coordinate representation of color #052610: hue angle of 140º 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 #052610 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 38 16 -
CMYK 0.87 0 0.58 0.85
HSL 140º 0.77% 0.08% -
HSV(B) 140º 0.87% 0.15% -
XYZ 0.85 1.46 0.73 -
YUV 25.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 5 38 16 0.87 0 0.58 0.85 140 0.77 0.08
Hex 5 26 10 57 0 3A 55 8C 4D 8
Octal 5 46 20 127 0 72 125 214 115 10
Binary 101 100110 10000 1010111 0 111010 1010101 10001100 1001101 1000

Color Harmonies of #052610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052610

Black with #052610

Text Example


Text Example

White with #052610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052610; }

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

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

background-color css

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

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

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

border-color css

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

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

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