Html Css Color HEX #53620F Verdun Green

📋 copy color: '#53620F'

red 83 ◦ green 98 ◦ blue 15

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

Shades of Verdun Green #53620F

Tints of Verdun Green #53620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 42.35%
G = 50%
B = 7.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#53620F (or 0x53620F) is known color: Verdun Green. HEX triplet: 53, 62 and 0F. RGB value is (83,98,15). Sum of RGB (Red+Green+Blue) = 83+98+15=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #53620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53620F is #AC9DF0. Grayscale: #545454. Windows color (decimal): -11312625 or 1008211. OLE color: 1008211.

HSL color Cylindrical-coordinate representation of color #53620F: hue angle of 70.84º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53620F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 15 -
CMYK 0.15 0 0.85 0.62
HSL 70.84º 0.73% 0.22% -
HSV(B) 70.84º 0.85% 0.38% -
XYZ 8.02 10.61 2.08 -
YUV 84.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 83 98 15 0.15 0 0.85 0.62 70.84 0.73 0.22
Hex 53 62 F F 0 55 3E 47 49 16
Octal 123 142 17 17 0 125 76 107 111 26
Binary 1010011 1100010 1111 1111 0 1010101 111110 1000111 1001001 10110

Color Harmonies of #53620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53620F

Black with #53620F

Text Example


Text Example

White with #53620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53620F; }

 p { color: rgb(83,98,15); }

 H1.HeaderClassName
 {
   color: #53620F;
 }
 .AnyTagClassName
 {
   color: #53620F;
 }
</style>

background-color css

<style>
 a { background-color: #53620F; }

 a { background-color: rgb(83,98,15); }

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

border-color css

<style>
 span { border-color: #53620F; }

 span { border-color: rgb(83,98,15); }

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