Html Css Color HEX #53600C Verdun Green

📋 copy color: '#53600C'

red 83 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #53600C

Tints of Verdun Green #53600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 43.46%
G = 50.26%
B = 6.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#53600C (or 0x53600C) is known color: Verdun Green. HEX triplet: 53, 60 and 0C. RGB value is (83,96,12). Sum of RGB (Red+Green+Blue) = 83+96+12=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #53600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53600C is #AC9FF3. Grayscale: #525252. Windows color (decimal): -11313140 or 811091. OLE color: 811091.

HSL color Cylindrical-coordinate representation of color #53600C: hue angle of 69.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53600C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 12 -
CMYK 0.14 0 0.88 0.62
HSL 69.29º 0.78% 0.21% -
HSV(B) 69.29º 0.88% 0.38% -
XYZ 7.82 10.23 1.91 -
YUV 82.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 83 96 12 0.14 0 0.88 0.62 69.29 0.78 0.21
Hex 53 60 C E 0 58 3E 45 4E 15
Octal 123 140 14 16 0 130 76 105 116 25
Binary 1010011 1100000 1100 1110 0 1011000 111110 1000101 1001110 10101

Color Harmonies of #53600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53600C

Black with #53600C

Text Example


Text Example

White with #53600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53600C; }

 p { color: rgb(83,96,12); }

 H1.HeaderClassName
 {
   color: #53600C;
 }
 .AnyTagClassName
 {
   color: #53600C;
 }
</style>

background-color css

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

 a { background-color: rgb(83,96,12); }

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

border-color css

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

 span { border-color: rgb(83,96,12); }

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