Html Css Color HEX #525D12 Verdun Green

📋 copy color: '#525D12'

red 82 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #525D12

Tints of Verdun Green #525D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 42.49%
G = 48.19%
B = 9.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#525D12 (or 0x525D12) is known color: Verdun Green. HEX triplet: 52, 5D and 12. RGB value is (82,93,18). Sum of RGB (Red+Green+Blue) = 82+93+18=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #525D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D12 is #ADA2ED. Grayscale: #515151. Windows color (decimal): -11379438 or 1203538. OLE color: 1203538.

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

Color convert

RGB 82 93 18 -
CMYK 0.12 0 0.81 0.64
HSL 68.8º 0.68% 0.22% -
HSV(B) 68.8º 0.81% 0.36% -
XYZ 7.5 9.67 2.04 -
YUV 81.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 82 93 18 0.12 0 0.81 0.64 68.8 0.68 0.22
Hex 52 5D 12 C 0 51 40 45 44 16
Octal 122 135 22 14 0 121 100 105 104 26
Binary 1010010 1011101 10010 1100 0 1010001 1000000 1000101 1000100 10110

Color Harmonies of #525D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D12

Black with #525D12

Text Example


Text Example

White with #525D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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