#526907

Color #526907 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #526907

Tints of Verdun Green #526907

Color information

#526907 (or 0x526907) is unknown color: approx Verdun Green. HEX triplet: 52, 69 and 07. RGB value is (82,105,7). Sum of RGB (Red+Green+Blue) = 82+105+7=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #526907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526907 is #AD96F8. Grayscale: #575757. Windows color (decimal): -11376377 or 485714. OLE color: 485714.

HSL color Cylindrical-coordinate representation of color #526907: hue angle of 74.08º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #526907 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB821057-
CMYK0.2200.930.59
HSL74.08º87.5%21.96%-
HSV(B)74.08º93.33%41.18%-
XYZ8.5711.912.05-
YUV86.9582.88124.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 7 (3.12% from 255) = 3.61%
R=42.27%
G=54.12%
B=3.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8210570.2200.930.5974.0887.521.96
Hex526971605D3B4a5816
Octal12215172601357311213026
Binary1010010110100111110110010111011110111001010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526907; }

 p { color: rgb(82,105,7); }

 H1.HeaderClassName
 {
   color: #526907;
 }
 .AnyTagClassName
 {
   color: #526907;
 }
</style>
background-color css

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

 a { background-color: rgb(82,105,7); }

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

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

 span { border-color: rgb(82,105,7); }

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