Html Css Color HEX #53660A Verdun Green

📋 copy color: '#53660A'

red 83 ◦ green 102 ◦ blue 10

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

Shades of Verdun Green #53660A

Tints of Verdun Green #53660A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.31%

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 42.56%
G = 52.31%
B = 5.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#53660A (or 0x53660A) is known color: Verdun Green. HEX triplet: 53, 66 and 0A. RGB value is (83,102,10). Sum of RGB (Red+Green+Blue) = 83+102+10=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #53660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53660A is #AC99F5. Grayscale: #565656. Windows color (decimal): -11311606 or 681555. OLE color: 681555.

HSL color Cylindrical-coordinate representation of color #53660A: hue angle of 72.39º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53660A is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 10 -
CMYK 0.19 0 0.90 0.6
HSL 72.39º 0.82% 0.22% -
HSV(B) 72.39º 0.9% 0.4% -
XYZ 8.37 11.36 2.04 -
YUV 85.83 85.21 125.98 -
System Red Green Blue C M Y K H S L
Decimal 83 102 10 0.19 0 0.90 0.6 72.39 0.82 0.22
Hex 53 66 A 13 0 5A 3C 48 52 16
Octal 123 146 12 23 0 132 74 110 122 26
Binary 1010011 1100110 1010 10011 0 1011010 111100 1001000 1010010 10110

Color Harmonies of #53660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53660A

Black with #53660A

Text Example


Text Example

White with #53660A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,102,10); }

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

background-color css

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

 a { background-color: rgb(83,102,10); }

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

border-color css

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

 span { border-color: rgb(83,102,10); }

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