Html Css Color HEX #525A08 Verdun Green

📋 copy color: '#525A08'

red 82 ◦ green 90 ◦ blue 8

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

Shades of Verdun Green #525A08

Tints of Verdun Green #525A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50%

 BLUE value IS 8 (3.52% from 255) = 4.44%

R = 45.56%
G = 50%
B = 4.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#525A08 (or 0x525A08) is known color: Verdun Green. HEX triplet: 52, 5A and 08. RGB value is (82,90,8). Sum of RGB (Red+Green+Blue) = 82+90+8=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #525A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A08 is #ADA5F7. Grayscale: #4E4E4E. Windows color (decimal): -11380216 or 547410. OLE color: 547410.

HSL color Cylindrical-coordinate representation of color #525A08: hue angle of 65.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #525A08 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 8 -
CMYK 0.09 0 0.91 0.65
HSL 65.85º 0.84% 0.19% -
HSV(B) 65.85º 0.91% 0.35% -
XYZ 7.18 9.12 1.61 -
YUV 78.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 82 90 8 0.09 0 0.91 0.65 65.85 0.84 0.19
Hex 52 5A 8 9 0 5B 41 42 54 13
Octal 122 132 10 11 0 133 101 102 124 23
Binary 1010010 1011010 1000 1001 0 1011011 1000001 1000010 1010100 10011

Color Harmonies of #525A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A08

Black with #525A08

Text Example


Text Example

White with #525A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,90,8); }

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

background-color css

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

 a { background-color: rgb(82,90,8); }

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

border-color css

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

 span { border-color: rgb(82,90,8); }

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