#525203

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

Shades of Verdun Green #525203

Tints of Verdun Green #525203

Color information

#525203 (or 0x525203) is unknown color: approx Verdun Green. HEX triplet: 52, 52 and 03. RGB value is (82,82,3). Sum of RGB (Red+Green+Blue) = 82+82+3=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525203 is #ADADFC. Grayscale: #494949. Windows color (decimal): -11382269 or 217682. OLE color: 217682.

HSL color Cylindrical-coordinate representation of color #525203: hue angle of 60º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #525203 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB82823-
CMYK000.960.68
HSL60º92.94%16.67%-
HSV(B)60º96.34%32.16%-
XYZ6.517.831.26-
YUV72.9988.5134.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=49.10%
G=49.10%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82823000.960.686092.9416.67
Hex525230060443c5d11
Octal1221223001401047413521
Binary10100101010010110011000001000100111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525203; }

 p { color: rgb(82,82,3); }

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

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

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

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

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

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

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