Html Css Color HEX #57752A Green Leaf

📋 copy color: '#57752A'

red 87 ◦ green 117 ◦ blue 42

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

Shades of Green Leaf #57752A

Tints of Green Leaf #57752A

RGB

 RED value IS 87 (34.38% from 255) = 35.37%

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 35.37%
G = 47.56%
B = 17.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#57752A (or 0x57752A) is known color: Green Leaf. HEX triplet: 57, 75 and 2A. RGB value is (87,117,42). Sum of RGB (Red+Green+Blue) = 87+117+42=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #57752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57752A is #A88AD5. Grayscale: #636363. Windows color (decimal): -11045590 or 2782551. OLE color: 2782551.

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

Color convert

RGB 87 117 42 -
CMYK 0.26 0 0.64 0.54
HSL 84º 0.47% 0.31% -
HSV(B) 84º 0.64% 0.46% -
XYZ 10.71 14.92 4.51 -
YUV 99.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 87 117 42 0.26 0 0.64 0.54 84 0.47 0.31
Hex 57 75 2A 1A 0 40 36 54 2F 1F
Octal 127 165 52 32 0 100 66 124 57 37
Binary 1010111 1110101 101010 11010 0 1000000 110110 1010100 101111 11111

Color Harmonies of #57752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57752A

Black with #57752A

Text Example


Text Example

White with #57752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,117,42); }

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

background-color css

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

 a { background-color: rgb(87,117,42); }

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

border-color css

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

 span { border-color: rgb(87,117,42); }

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