Html Css Color HEX #507627 Green Leaf

📋 copy color: '#507627'

red 80 ◦ green 118 ◦ blue 39

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

Shades of Green Leaf #507627

Tints of Green Leaf #507627

RGB

 RED value IS 80 (31.64% from 255) = 33.76%

 GREEN value IS 118 (46.48% from 255) = 49.79%

 BLUE value IS 39 (15.63% from 255) = 16.46%

R = 33.76%
G = 49.79%
B = 16.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#507627 (or 0x507627) is known color: Green Leaf. HEX triplet: 50, 76 and 27. RGB value is (80,118,39). Sum of RGB (Red+Green+Blue) = 80+118+39=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #507627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507627 is #AF89D8. Grayscale: #616161. Windows color (decimal): -11504089 or 2586192. OLE color: 2586192.

HSL color Cylindrical-coordinate representation of color #507627: hue angle of 88.86º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507627 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 39 -
CMYK 0.32 0 0.67 0.54
HSL 88.86º 0.5% 0.31% -
HSV(B) 88.86º 0.67% 0.46% -
XYZ 10.15 14.81 4.24 -
YUV 97.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 80 118 39 0.32 0 0.67 0.54 88.86 0.5 0.31
Hex 50 76 27 20 0 43 36 59 32 1F
Octal 120 166 47 40 0 103 66 131 62 37
Binary 1010000 1110110 100111 100000 0 1000011 110110 1011001 110010 11111

Color Harmonies of #507627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507627

Black with #507627

Text Example


Text Example

White with #507627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507627; }

 p { color: rgb(80,118,39); }

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

background-color css

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

 a { background-color: rgb(80,118,39); }

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

border-color css

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

 span { border-color: rgb(80,118,39); }

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