Html Css Color HEX #53751E Green Leaf

📋 copy color: '#53751E'

red 83 ◦ green 117 ◦ blue 30

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

Shades of Green Leaf #53751E

Tints of Green Leaf #53751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.87%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 36.09%
G = 50.87%
B = 13.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#53751E (or 0x53751E) is known color: Green Leaf. HEX triplet: 53, 75 and 1E. RGB value is (83,117,30). Sum of RGB (Red+Green+Blue) = 83+117+30=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #53751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53751E is #AC8AE1. Grayscale: #616161. Windows color (decimal): -11307746 or 1996115. OLE color: 1996115.

HSL color Cylindrical-coordinate representation of color #53751E: hue angle of 83.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53751E is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 30 -
CMYK 0.29 0 0.74 0.54
HSL 83.45º 0.59% 0.29% -
HSV(B) 83.45º 0.74% 0.46% -
XYZ 10.16 14.66 3.52 -
YUV 96.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 83 117 30 0.29 0 0.74 0.54 83.45 0.59 0.29
Hex 53 75 1E 1D 0 4A 36 53 3B 1D
Octal 123 165 36 35 0 112 66 123 73 35
Binary 1010011 1110101 11110 11101 0 1001010 110110 1010011 111011 11101

Color Harmonies of #53751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53751E

Black with #53751E

Text Example


Text Example

White with #53751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53751E; }

 p { color: rgb(83,117,30); }

 H1.HeaderClassName
 {
   color: #53751E;
 }
 .AnyTagClassName
 {
   color: #53751E;
 }
</style>

background-color css

<style>
 a { background-color: #53751E; }

 a { background-color: rgb(83,117,30); }

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

border-color css

<style>
 span { border-color: #53751E; }

 span { border-color: rgb(83,117,30); }

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