Html Css Color HEX #53670C Verdun Green

📋 copy color: '#53670C'

red 83 ◦ green 103 ◦ blue 12

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

Shades of Verdun Green #53670C

Tints of Verdun Green #53670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.02%

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

R = 41.92%
G = 52.02%
B = 6.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#53670C (or 0x53670C) is known color: Verdun Green. HEX triplet: 53, 67 and 0C. RGB value is (83,103,12). Sum of RGB (Red+Green+Blue) = 83+103+12=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #53670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53670C is #AC98F3. Grayscale: #565656. Windows color (decimal): -11311348 or 812883. OLE color: 812883.

HSL color Cylindrical-coordinate representation of color #53670C: hue angle of 73.19º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53670C is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 103 12 -
CMYK 0.19 0 0.88 0.60
HSL 73.19º 0.79% 0.23% -
HSV(B) 73.19º 0.88% 0.4% -
XYZ 8.48 11.57 2.13 -
YUV 86.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 83 103 12 0.19 0 0.88 0.60 73.19 0.79 0.23
Hex 53 67 C 13 0 58 3C 49 4F 17
Octal 123 147 14 23 0 130 74 111 117 27
Binary 1010011 1100111 1100 10011 0 1011000 111100 1001001 1001111 10111

Color Harmonies of #53670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53670C

Black with #53670C

Text Example


Text Example

White with #53670C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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