Html Css Color HEX #53681F Green Leaf

📋 copy color: '#53681F'

red 83 ◦ green 104 ◦ blue 31

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

Shades of Green Leaf #53681F

Tints of Green Leaf #53681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.71%

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 38.07%
G = 47.71%
B = 14.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#53681F (or 0x53681F) is known color: Green Leaf. HEX triplet: 53, 68 and 1F. RGB value is (83,104,31). Sum of RGB (Red+Green+Blue) = 83+104+31=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #53681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53681F is #AC97E0. Grayscale: #595959. Windows color (decimal): -11311073 or 2058323. OLE color: 2058323.

HSL color Cylindrical-coordinate representation of color #53681F: hue angle of 77.26º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53681F is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 31 -
CMYK 0.20 0 0.70 0.59
HSL 77.26º 0.54% 0.26% -
HSV(B) 77.26º 0.7% 0.41% -
XYZ 8.76 11.84 3.12 -
YUV 89.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 83 104 31 0.20 0 0.70 0.59 77.26 0.54 0.26
Hex 53 68 1F 14 0 46 3B 4D 36 1A
Octal 123 150 37 24 0 106 73 115 66 32
Binary 1010011 1101000 11111 10100 0 1000110 111011 1001101 110110 11010

Color Harmonies of #53681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53681F

Black with #53681F

Text Example


Text Example

White with #53681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,104,31); }

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

background-color css

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

 a { background-color: rgb(83,104,31); }

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

border-color css

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

 span { border-color: rgb(83,104,31); }

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