Html Css Color HEX #526705 Verdun Green

📋 copy color: '#526705'

red 82 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #526705

Tints of Verdun Green #526705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.21%

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

R = 43.16%
G = 54.21%
B = 2.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#526705 (or 0x526705) is known color: Verdun Green. HEX triplet: 52, 67 and 05. RGB value is (82,103,5). Sum of RGB (Red+Green+Blue) = 82+103+5=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #526705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526705 is #AD98FA. Grayscale: #555555. Windows color (decimal): -11376891 or 354130. OLE color: 354130.

HSL color Cylindrical-coordinate representation of color #526705: hue angle of 72.86º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526705 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 5 -
CMYK 0.20 0 0.95 0.60
HSL 72.86º 0.91% 0.21% -
HSV(B) 72.86º 0.95% 0.4% -
XYZ 8.36 11.51 1.92 -
YUV 85.55 82.54 125.47 -
System Red Green Blue C M Y K H S L
Decimal 82 103 5 0.20 0 0.95 0.60 72.86 0.91 0.21
Hex 52 67 5 14 0 5F 3C 49 5B 15
Octal 122 147 5 24 0 137 74 111 133 25
Binary 1010010 1100111 101 10100 0 1011111 111100 1001001 1011011 10101

Color Harmonies of #526705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526705

Black with #526705

Text Example


Text Example

White with #526705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526705; }

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

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

background-color css

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

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

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

border-color css

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

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

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