Html Css Color HEX #53550C Verdun Green

📋 copy color: '#53550C'

red 83 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #53550C

Tints of Verdun Green #53550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.22%

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

R = 46.11%
G = 47.22%
B = 6.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53550C (or 0x53550C) is known color: Verdun Green. HEX triplet: 53, 55 and 0C. RGB value is (83,85,12). Sum of RGB (Red+Green+Blue) = 83+85+12=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #53550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53550C is #ACAAF3. Grayscale: #4C4C4C. Windows color (decimal): -11315956 or 808275. OLE color: 808275.

HSL color Cylindrical-coordinate representation of color #53550C: hue angle of 61.64º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53550C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 12 -
CMYK 0.02 0 0.86 0.67
HSL 61.64º 0.75% 0.19% -
HSV(B) 61.64º 0.86% 0.33% -
XYZ 6.88 8.36 1.6 -
YUV 76.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 83 85 12 0.02 0 0.86 0.67 61.64 0.75 0.19
Hex 53 55 C 2 0 56 43 3E 4B 13
Octal 123 125 14 2 0 126 103 76 113 23
Binary 1010011 1010101 1100 10 0 1010110 1000011 111110 1001011 10011

Color Harmonies of #53550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53550C

Black with #53550C

Text Example


Text Example

White with #53550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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