Html Css Color HEX #53741E Green Leaf

📋 copy color: '#53741E'

red 83 ◦ green 116 ◦ blue 30

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

Shades of Green Leaf #53741E

Tints of Green Leaf #53741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

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

R = 36.24%
G = 50.66%
B = 13.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#53741E (or 0x53741E) is known color: Green Leaf. HEX triplet: 53, 74 and 1E. RGB value is (83,116,30). Sum of RGB (Red+Green+Blue) = 83+116+30=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #53741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53741E is #AC8BE1. Grayscale: #606060. Windows color (decimal): -11308002 or 1995859. OLE color: 1995859.

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

Color convert

RGB 83 116 30 -
CMYK 0.28 0 0.74 0.55
HSL 83.02º 0.59% 0.29% -
HSV(B) 83.02º 0.74% 0.45% -
XYZ 10.05 14.42 3.48 -
YUV 96.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 83 116 30 0.28 0 0.74 0.55 83.02 0.59 0.29
Hex 53 74 1E 1C 0 4A 37 53 3B 1D
Octal 123 164 36 34 0 112 67 123 73 35
Binary 1010011 1110100 11110 11100 0 1001010 110111 1010011 111011 11101

Color Harmonies of #53741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53741E

Black with #53741E

Text Example


Text Example

White with #53741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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