Html Css Color HEX #052710 Dark Green

📋 copy color: '#052710'

red 5 ◦ green 39 ◦ blue 16

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

Shades of Dark Green #052710

Tints of Dark Green #052710

RGB

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

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

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

R = 8.33%
G = 65%
B = 26.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#052710 (or 0x052710) is known color: Dark Green. HEX triplet: 05, 27 and 10. RGB value is (5,39,16). Sum of RGB (Red+Green+Blue) = 5+39+16=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #052710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052710 is #FAD8EF. Grayscale: #1A1A1A. Windows color (decimal): -16439536 or 1058565. OLE color: 1058565.

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

Color convert

RGB 5 39 16 -
CMYK 0.87 0 0.59 0.85
HSL 139.41º 0.77% 0.09% -
HSV(B) 139.41º 0.87% 0.15% -
XYZ 0.88 1.52 0.74 -
YUV 26.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 5 39 16 0.87 0 0.59 0.85 139.41 0.77 0.09
Hex 5 27 10 57 0 3B 55 8B 4D 9
Octal 5 47 20 127 0 73 125 213 115 11
Binary 101 100111 10000 1010111 0 111011 1010101 10001011 1001101 1001

Color Harmonies of #052710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052710

Black with #052710

Text Example


Text Example

White with #052710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052710; }

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

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

background-color css

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

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

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

border-color css

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

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

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