Html Css Color HEX #525D14 Verdun Green

📋 copy color: '#525D14'

red 82 ◦ green 93 ◦ blue 20

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

Shades of Verdun Green #525D14

Tints of Verdun Green #525D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.69%

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

R = 42.05%
G = 47.69%
B = 10.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#525D14 (or 0x525D14) is known color: Verdun Green. HEX triplet: 52, 5D and 14. RGB value is (82,93,20). Sum of RGB (Red+Green+Blue) = 82+93+20=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #525D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D14 is #ADA2EB. Grayscale: #515151. Windows color (decimal): -11379436 or 1334610. OLE color: 1334610.

HSL color Cylindrical-coordinate representation of color #525D14: hue angle of 69.04º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #525D14 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 93 20 -
CMYK 0.12 0 0.78 0.64
HSL 69.04º 0.65% 0.22% -
HSV(B) 69.04º 0.78% 0.36% -
XYZ 7.52 9.67 2.13 -
YUV 81.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 82 93 20 0.12 0 0.78 0.64 69.04 0.65 0.22
Hex 52 5D 14 C 0 4E 40 45 41 16
Octal 122 135 24 14 0 116 100 105 101 26
Binary 1010010 1011101 10100 1100 0 1001110 1000000 1000101 1000001 10110

Color Harmonies of #525D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D14

Black with #525D14

Text Example


Text Example

White with #525D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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