Html Css Color HEX #53701C Green Leaf

📋 copy color: '#53701C'

red 83 ◦ green 112 ◦ blue 28

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

Shades of Green Leaf #53701C

Tints of Green Leaf #53701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.22%

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 37.22%
G = 50.22%
B = 12.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#53701C (or 0x53701C) is known color: Green Leaf. HEX triplet: 53, 70 and 1C. RGB value is (83,112,28). Sum of RGB (Red+Green+Blue) = 83+112+28=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #53701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53701C is #AC8FE3. Grayscale: #5E5E5E. Windows color (decimal): -11309028 or 1863763. OLE color: 1863763.

HSL color Cylindrical-coordinate representation of color #53701C: hue angle of 80.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53701C is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 28 -
CMYK 0.26 0 0.75 0.56
HSL 80.71º 0.6% 0.27% -
HSV(B) 80.71º 0.75% 0.44% -
XYZ 9.57 13.51 3.2 -
YUV 93.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 83 112 28 0.26 0 0.75 0.56 80.71 0.6 0.27
Hex 53 70 1C 1A 0 4B 38 51 3C 1B
Octal 123 160 34 32 0 113 70 121 74 33
Binary 1010011 1110000 11100 11010 0 1001011 111000 1010001 111100 11011

Color Harmonies of #53701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53701C

Black with #53701C

Text Example


Text Example

White with #53701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53701C; }

 p { color: rgb(83,112,28); }

 H1.HeaderClassName
 {
   color: #53701C;
 }
 .AnyTagClassName
 {
   color: #53701C;
 }
</style>

background-color css

<style>
 a { background-color: #53701C; }

 a { background-color: rgb(83,112,28); }

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

border-color css

<style>
 span { border-color: #53701C; }

 span { border-color: rgb(83,112,28); }

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