Html Css Color HEX #526905 Verdun Green

📋 copy color: '#526905'

red 82 ◦ green 105 ◦ blue 5

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

Shades of Verdun Green #526905

Tints of Verdun Green #526905

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.69%

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 42.71%
G = 54.69%
B = 2.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#526905 (or 0x526905) is known color: Verdun Green. HEX triplet: 52, 69 and 05. RGB value is (82,105,5). Sum of RGB (Red+Green+Blue) = 82+105+5=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #526905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526905 is #AD96FA. Grayscale: #575757. Windows color (decimal): -11376379 or 354642. OLE color: 354642.

HSL color Cylindrical-coordinate representation of color #526905: hue angle of 73.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526905 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 5 -
CMYK 0.22 0 0.95 0.59
HSL 73.8º 0.91% 0.22% -
HSV(B) 73.8º 0.95% 0.41% -
XYZ 8.56 11.91 1.99 -
YUV 86.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 82 105 5 0.22 0 0.95 0.59 73.8 0.91 0.22
Hex 52 69 5 16 0 5F 3B 4A 5B 16
Octal 122 151 5 26 0 137 73 112 133 26
Binary 1010010 1101001 101 10110 0 1011111 111011 1001010 1011011 10110

Color Harmonies of #526905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526905

Black with #526905

Text Example


Text Example

White with #526905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526905; }

 p { color: rgb(82,105,5); }

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

background-color css

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

 a { background-color: rgb(82,105,5); }

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

border-color css

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

 span { border-color: rgb(82,105,5); }

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