Html Css Color HEX #53661D Green Leaf

📋 copy color: '#53661D'

red 83 ◦ green 102 ◦ blue 29

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

Shades of Green Leaf #53661D

Tints of Green Leaf #53661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.66%

 BLUE value IS 29 (11.72% from 255) = 13.55%

R = 38.79%
G = 47.66%
B = 13.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#53661D (or 0x53661D) is known color: Green Leaf. HEX triplet: 53, 66 and 1D. RGB value is (83,102,29). Sum of RGB (Red+Green+Blue) = 83+102+29=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #53661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53661D is #AC99E2. Grayscale: #585858. Windows color (decimal): -11311587 or 1926739. OLE color: 1926739.

HSL color Cylindrical-coordinate representation of color #53661D: hue angle of 75.62º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53661D is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 29 -
CMYK 0.19 0 0.72 0.6
HSL 75.62º 0.56% 0.26% -
HSV(B) 75.62º 0.72% 0.4% -
XYZ 8.54 11.43 2.92 -
YUV 88 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 83 102 29 0.19 0 0.72 0.6 75.62 0.56 0.26
Hex 53 66 1D 13 0 48 3C 4C 38 1A
Octal 123 146 35 23 0 110 74 114 70 32
Binary 1010011 1100110 11101 10011 0 1001000 111100 1001100 111000 11010

Color Harmonies of #53661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53661D

Black with #53661D

Text Example


Text Example

White with #53661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53661D; }

 p { color: rgb(83,102,29); }

 H1.HeaderClassName
 {
   color: #53661D;
 }
 .AnyTagClassName
 {
   color: #53661D;
 }
</style>

background-color css

<style>
 a { background-color: #53661D; }

 a { background-color: rgb(83,102,29); }

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

border-color css

<style>
 span { border-color: #53661D; }

 span { border-color: rgb(83,102,29); }

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