Html Css Color HEX #526B00 Verdun Green

📋 copy color: '#526B00'

red 82 ◦ green 107 ◦ blue 0

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

Shades of Verdun Green #526B00

Tints of Verdun Green #526B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.39%
G = 56.61%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#526B00 (or 0x526B00) is known color: Verdun Green. HEX triplet: 52, 6B and 00. RGB value is (82,107,0). Sum of RGB (Red+Green+Blue) = 82+107+0=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #526B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526B00 is #AD94FF. Grayscale: #575757. Windows color (decimal): -11375872 or 27474. OLE color: 27474.

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

Color convert

RGB 82 107 0 -
CMYK 0.23 0 1 0.58
HSL 74.02º 1% 0.21% -
HSV(B) 74.02º 1% 0.42% -
XYZ 8.74 12.31 1.92 -
YUV 87.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 82 107 0 0.23 0 1 0.58 74.02 1 0.21
Hex 52 6B 0 17 0 64 3A 4A 64 15
Octal 122 153 0 27 0 144 72 112 144 25
Binary 1010010 1101011 0 10111 0 1100100 111010 1001010 1100100 10101

Color Harmonies of #526B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B00

Black with #526B00

Text Example


Text Example

White with #526B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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