Html Css Color HEX #526105 Verdun Green

📋 copy color: '#526105'

red 82 ◦ green 97 ◦ blue 5

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

Shades of Verdun Green #526105

Tints of Verdun Green #526105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

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

R = 44.57%
G = 52.72%
B = 2.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#526105 (or 0x526105) is known color: Verdun Green. HEX triplet: 52, 61 and 05. RGB value is (82,97,5). Sum of RGB (Red+Green+Blue) = 82+97+5=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #526105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526105 is #AD9EFA. Grayscale: #525252. Windows color (decimal): -11378427 or 352594. OLE color: 352594.

HSL color Cylindrical-coordinate representation of color #526105: hue angle of 69.78º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526105 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 5 -
CMYK 0.15 0 0.95 0.62
HSL 69.78º 0.9% 0.2% -
HSV(B) 69.78º 0.95% 0.38% -
XYZ 7.78 10.35 1.73 -
YUV 82.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 82 97 5 0.15 0 0.95 0.62 69.78 0.9 0.2
Hex 52 61 5 F 0 5F 3E 46 5A 14
Octal 122 141 5 17 0 137 76 106 132 24
Binary 1010010 1100001 101 1111 0 1011111 111110 1000110 1011010 10100

Color Harmonies of #526105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526105

Black with #526105

Text Example


Text Example

White with #526105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526105; }

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

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

background-color css

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

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

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

border-color css

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

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

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