Html Css Color HEX #526C04 Verdun Green

📋 copy color: '#526C04'

red 82 ◦ green 108 ◦ blue 4

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

Shades of Verdun Green #526C04

Tints of Verdun Green #526C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.67%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 42.27%
G = 55.67%
B = 2.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#526C04 (or 0x526C04) is known color: Verdun Green. HEX triplet: 52, 6C and 04. RGB value is (82,108,4). Sum of RGB (Red+Green+Blue) = 82+108+4=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #526C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C04 is #AD93FB. Grayscale: #585858. Windows color (decimal): -11375612 or 289874. OLE color: 289874.

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

Color convert

RGB 82 108 4 -
CMYK 0.24 0 0.96 0.58
HSL 75º 0.93% 0.22% -
HSV(B) 75º 0.96% 0.42% -
XYZ 8.86 12.53 2.07 -
YUV 88.37 80.39 123.46 -
System Red Green Blue C M Y K H S L
Decimal 82 108 4 0.24 0 0.96 0.58 75 0.93 0.22
Hex 52 6C 4 18 0 60 3A 4B 5D 16
Octal 122 154 4 30 0 140 72 113 135 26
Binary 1010010 1101100 100 11000 0 1100000 111010 1001011 1011101 10110

Color Harmonies of #526C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C04

Black with #526C04

Text Example


Text Example

White with #526C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,4); }

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

background-color css

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

 a { background-color: rgb(82,108,4); }

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

border-color css

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

 span { border-color: rgb(82,108,4); }

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