Html Css Color HEX #52690C Verdun Green

📋 copy color: '#52690C'

red 82 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #52690C

Tints of Verdun Green #52690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 41.21%
G = 52.76%
B = 6.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#52690C (or 0x52690C) is known color: Verdun Green. HEX triplet: 52, 69 and 0C. RGB value is (82,105,12). Sum of RGB (Red+Green+Blue) = 82+105+12=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #52690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52690C is #AD96F3. Grayscale: #575757. Windows color (decimal): -11376372 or 813394. OLE color: 813394.

HSL color Cylindrical-coordinate representation of color #52690C: hue angle of 74.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52690C is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 12 -
CMYK 0.22 0 0.89 0.59
HSL 74.84º 0.79% 0.23% -
HSV(B) 74.84º 0.89% 0.41% -
XYZ 8.6 11.92 2.2 -
YUV 87.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 82 105 12 0.22 0 0.89 0.59 74.84 0.79 0.23
Hex 52 69 C 16 0 59 3B 4B 4F 17
Octal 122 151 14 26 0 131 73 113 117 27
Binary 1010010 1101001 1100 10110 0 1011001 111011 1001011 1001111 10111

Color Harmonies of #52690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52690C

Black with #52690C

Text Example


Text Example

White with #52690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52690C; }

 p { color: rgb(82,105,12); }

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

background-color css

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

 a { background-color: rgb(82,105,12); }

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

border-color css

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

 span { border-color: rgb(82,105,12); }

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