Html Css Color HEX #526101 Verdun Green

📋 copy color: '#526101'

red 82 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #526101

Tints of Verdun Green #526101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 45.56%
G = 53.89%
B = 0.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#526101 (or 0x526101) is known color: Verdun Green. HEX triplet: 52, 61 and 01. RGB value is (82,97,1). Sum of RGB (Red+Green+Blue) = 82+97+1=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #526101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526101 is #AD9EFE. Grayscale: #515151. Windows color (decimal): -11378431 or 90450. OLE color: 90450.

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

Color convert

RGB 82 97 1 -
CMYK 0.15 0 0.99 0.62
HSL 69.38º 0.98% 0.19% -
HSV(B) 69.38º 0.99% 0.38% -
XYZ 7.76 10.35 1.62 -
YUV 81.57 82.53 128.31 -
System Red Green Blue C M Y K H S L
Decimal 82 97 1 0.15 0 0.99 0.62 69.38 0.98 0.19
Hex 52 61 1 F 0 63 3E 45 62 13
Octal 122 141 1 17 0 143 76 105 142 23
Binary 1010010 1100001 1 1111 0 1100011 111110 1000101 1100010 10011

Color Harmonies of #526101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526101

Black with #526101

Text Example


Text Example

White with #526101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526101; }

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

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

background-color css

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

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

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

border-color css

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

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

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