Html Css Color HEX #53751A Green Leaf

📋 copy color: '#53751A'

red 83 ◦ green 117 ◦ blue 26

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

Shades of Green Leaf #53751A

Tints of Green Leaf #53751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 36.73%
G = 51.77%
B = 11.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#53751A (or 0x53751A) is known color: Green Leaf. HEX triplet: 53, 75 and 1A. RGB value is (83,117,26). Sum of RGB (Red+Green+Blue) = 83+117+26=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #53751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53751A is #AC8AE5. Grayscale: #606060. Windows color (decimal): -11307750 or 1733971. OLE color: 1733971.

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

Color convert

RGB 83 117 26 -
CMYK 0.29 0 0.78 0.54
HSL 82.42º 0.64% 0.28% -
HSV(B) 82.42º 0.78% 0.46% -
XYZ 10.12 14.64 3.27 -
YUV 96.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 83 117 26 0.29 0 0.78 0.54 82.42 0.64 0.28
Hex 53 75 1A 1D 0 4E 36 52 40 1C
Octal 123 165 32 35 0 116 66 122 100 34
Binary 1010011 1110101 11010 11101 0 1001110 110110 1010010 1000000 11100

Color Harmonies of #53751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53751A

Black with #53751A

Text Example


Text Example

White with #53751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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