Html Css Color HEX #525107 Verdun Green

📋 copy color: '#525107'

red 82 ◦ green 81 ◦ blue 7

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

Shades of Verdun Green #525107

Tints of Verdun Green #525107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

 BLUE value IS 7 (3.13% from 255) = 4.12%

R = 48.24%
G = 47.65%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#525107 (or 0x525107) is known color: Verdun Green. HEX triplet: 52, 51 and 07. RGB value is (82,81,7). Sum of RGB (Red+Green+Blue) = 82+81+7=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #525107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525107 is #ADAEF8. Grayscale: #494949. Windows color (decimal): -11382521 or 479570. OLE color: 479570.

HSL color Cylindrical-coordinate representation of color #525107: hue angle of 59.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #525107 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 7 -
CMYK 0 0.01 0.91 0.68
HSL 59.2º 0.84% 0.17% -
HSV(B) 59.2º 0.91% 0.32% -
XYZ 6.46 7.69 1.35 -
YUV 72.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 82 81 7 0 0.01 0.91 0.68 59.2 0.84 0.17
Hex 52 51 7 0 1 5B 44 3B 54 11
Octal 122 121 7 0 1 133 104 73 124 21
Binary 1010010 1010001 111 0 1 1011011 1000100 111011 1010100 10001

Color Harmonies of #525107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525107

Black with #525107

Text Example


Text Example

White with #525107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525107; }

 p { color: rgb(82,81,7); }

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

background-color css

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

 a { background-color: rgb(82,81,7); }

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

border-color css

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

 span { border-color: rgb(82,81,7); }

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