#53651A

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

Shades of Verdun Green #53651A

Tints of Verdun Green #53651A

Color information

#53651A (or 0x53651A) is unknown color: approx Verdun Green. HEX triplet: 53, 65 and 1A. RGB value is (83,101,26). Sum of RGB (Red+Green+Blue) = 83+101+26=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #53651A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53651A is #AC9AE5. Grayscale: #575757. Windows color (decimal): -11311846 or 1729875. OLE color: 1729875.

HSL color Cylindrical-coordinate representation of color #53651A: hue angle of 74.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53651A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB8310126-
CMYK0.1800.740.60
HSL74.4º59.06%24.9%-
HSV(B)74.4º74.26%39.61%-
XYZ8.4111.222.7-
YUV87.0793.54125.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 101 (39.84% from 255) = 48.10%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=39.52%
G=48.10%
B=12.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101260.1800.740.6074.459.0624.9
Hex53651A1204A3C4a3b19
Octal12314532220112741127331
Binary10100111100101110101001001001010111100100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53651A; }

 p { color: rgb(83,101,26); }

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

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

 a { background-color: rgb(83,101,26); }

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

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

 span { border-color: rgb(83,101,26); }

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