Html Css Color HEX #52660F Verdun Green

📋 copy color: '#52660F'

red 82 ◦ green 102 ◦ blue 15

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

Shades of Verdun Green #52660F

Tints of Verdun Green #52660F

RGB

 RED value IS 82 (32.42% from 255) = 41.21%

 GREEN value IS 102 (40.23% from 255) = 51.26%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 41.21%
G = 51.26%
B = 7.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#52660F (or 0x52660F) is known color: Verdun Green. HEX triplet: 52, 66 and 0F. RGB value is (82,102,15). Sum of RGB (Red+Green+Blue) = 82+102+15=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #52660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52660F is #AD99F0. Grayscale: #565656. Windows color (decimal): -11377137 or 1009234. OLE color: 1009234.

HSL color Cylindrical-coordinate representation of color #52660F: hue angle of 73.79º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52660F is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 15 -
CMYK 0.20 0 0.85 0.6
HSL 73.79º 0.74% 0.23% -
HSV(B) 73.79º 0.85% 0.4% -
XYZ 8.32 11.33 2.2 -
YUV 86.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 82 102 15 0.20 0 0.85 0.6 73.79 0.74 0.23
Hex 52 66 F 14 0 55 3C 4A 4A 17
Octal 122 146 17 24 0 125 74 112 112 27
Binary 1010010 1100110 1111 10100 0 1010101 111100 1001010 1001010 10111

Color Harmonies of #52660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52660F

Black with #52660F

Text Example


Text Example

White with #52660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52660F; }

 p { color: rgb(82,102,15); }

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

background-color css

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

 a { background-color: rgb(82,102,15); }

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

border-color css

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

 span { border-color: rgb(82,102,15); }

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