Html Css Color HEX #526B01 Verdun Green

📋 copy color: '#526B01'

red 82 ◦ green 107 ◦ blue 1

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

Shades of Verdun Green #526B01

Tints of Verdun Green #526B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.32%

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

R = 43.16%
G = 56.32%
B = 0.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#526B01 (or 0x526B01) is known color: Verdun Green. HEX triplet: 52, 6B and 01. RGB value is (82,107,1). Sum of RGB (Red+Green+Blue) = 82+107+1=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #526B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526B01 is #AD94FE. Grayscale: #575757. Windows color (decimal): -11375871 or 93010. OLE color: 93010.

HSL color Cylindrical-coordinate representation of color #526B01: hue angle of 74.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #526B01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 1 -
CMYK 0.23 0 0.99 0.58
HSL 74.15º 0.98% 0.21% -
HSV(B) 74.15º 0.99% 0.42% -
XYZ 8.74 12.31 1.94 -
YUV 87.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 82 107 1 0.23 0 0.99 0.58 74.15 0.98 0.21
Hex 52 6B 1 17 0 63 3A 4A 62 15
Octal 122 153 1 27 0 143 72 112 142 25
Binary 1010010 1101011 1 10111 0 1100011 111010 1001010 1100010 10101

Color Harmonies of #526B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B01

Black with #526B01

Text Example


Text Example

White with #526B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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