Html Css Color HEX #526B05 Verdun Green

📋 copy color: '#526B05'

red 82 ◦ green 107 ◦ blue 5

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

Shades of Verdun Green #526B05

Tints of Verdun Green #526B05

RGB

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

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

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

R = 42.27%
G = 55.15%
B = 2.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#526B05 (or 0x526B05) is known color: Verdun Green. HEX triplet: 52, 6B and 05. RGB value is (82,107,5). Sum of RGB (Red+Green+Blue) = 82+107+5=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #526B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526B05 is #AD94FA. Grayscale: #585858. Windows color (decimal): -11375867 or 355154. OLE color: 355154.

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

Color convert

RGB 82 107 5 -
CMYK 0.23 0 0.95 0.58
HSL 74.71º 0.91% 0.22% -
HSV(B) 74.71º 0.95% 0.42% -
XYZ 8.76 12.32 2.06 -
YUV 87.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 82 107 5 0.23 0 0.95 0.58 74.71 0.91 0.22
Hex 52 6B 5 17 0 5F 3A 4B 5B 16
Octal 122 153 5 27 0 137 72 113 133 26
Binary 1010010 1101011 101 10111 0 1011111 111010 1001011 1011011 10110

Color Harmonies of #526B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B05

Black with #526B05

Text Example


Text Example

White with #526B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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