Html Css Color HEX #53631A Verdun Green

📋 copy color: '#53631A'

red 83 ◦ green 99 ◦ blue 26

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

Shades of Verdun Green #53631A

Tints of Verdun Green #53631A

RGB

 RED value IS 83 (32.81% from 255) = 39.9%

 GREEN value IS 99 (39.06% from 255) = 47.6%

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 39.9%
G = 47.6%
B = 12.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#53631A (or 0x53631A) is known color: Verdun Green. HEX triplet: 53, 63 and 1A. RGB value is (83,99,26). Sum of RGB (Red+Green+Blue) = 83+99+26=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #53631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53631A is #AC9CE5. Grayscale: #565656. Windows color (decimal): -11312358 or 1729363. OLE color: 1729363.

HSL color Cylindrical-coordinate representation of color #53631A: hue angle of 73.15º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53631A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 26 -
CMYK 0.16 0 0.74 0.61
HSL 73.15º 0.58% 0.25% -
HSV(B) 73.15º 0.74% 0.39% -
XYZ 8.22 10.84 2.64 -
YUV 85.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 83 99 26 0.16 0 0.74 0.61 73.15 0.58 0.25
Hex 53 63 1A 10 0 4A 3D 49 3A 19
Octal 123 143 32 20 0 112 75 111 72 31
Binary 1010011 1100011 11010 10000 0 1001010 111101 1001001 111010 11001

Color Harmonies of #53631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53631A

Black with #53631A

Text Example


Text Example

White with #53631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53631A;
 }
 .AnyTagClassName
 {
   color: #53631A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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