Html Css Color HEX #526714 Verdun Green

📋 copy color: '#526714'

red 82 ◦ green 103 ◦ blue 20

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

Shades of Verdun Green #526714

Tints of Verdun Green #526714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.24%

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 40%
G = 50.24%
B = 9.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#526714 (or 0x526714) is known color: Verdun Green. HEX triplet: 52, 67 and 14. RGB value is (82,103,20). Sum of RGB (Red+Green+Blue) = 82+103+20=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #526714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526714 is #AD98EB. Grayscale: #575757. Windows color (decimal): -11376876 or 1337170. OLE color: 1337170.

HSL color Cylindrical-coordinate representation of color #526714: hue angle of 75.18º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #526714 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 20 -
CMYK 0.20 0 0.81 0.60
HSL 75.18º 0.67% 0.24% -
HSV(B) 75.18º 0.81% 0.4% -
XYZ 8.46 11.54 2.44 -
YUV 87.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 82 103 20 0.20 0 0.81 0.60 75.18 0.67 0.24
Hex 52 67 14 14 0 51 3C 4B 43 18
Octal 122 147 24 24 0 121 74 113 103 30
Binary 1010010 1100111 10100 10100 0 1010001 111100 1001011 1000011 11000

Color Harmonies of #526714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526714

Black with #526714

Text Example


Text Example

White with #526714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526714; }

 p { color: rgb(82,103,20); }

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

background-color css

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

 a { background-color: rgb(82,103,20); }

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

border-color css

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

 span { border-color: rgb(82,103,20); }

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