Html Css Color HEX #507628 Green Leaf

📋 copy color: '#507628'

red 80 ◦ green 118 ◦ blue 40

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

Shades of Green Leaf #507628

Tints of Green Leaf #507628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.81%

R = 33.61%
G = 49.58%
B = 16.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#507628 (or 0x507628) is known color: Green Leaf. HEX triplet: 50, 76 and 28. RGB value is (80,118,40). Sum of RGB (Red+Green+Blue) = 80+118+40=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #507628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507628 is #AF89D7. Grayscale: #626262. Windows color (decimal): -11504088 or 2651728. OLE color: 2651728.

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

Color convert

RGB 80 118 40 -
CMYK 0.32 0 0.66 0.54
HSL 89.23º 0.49% 0.31% -
HSV(B) 89.23º 0.66% 0.46% -
XYZ 10.17 14.82 4.33 -
YUV 97.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 80 118 40 0.32 0 0.66 0.54 89.23 0.49 0.31
Hex 50 76 28 20 0 42 36 59 31 1F
Octal 120 166 50 40 0 102 66 131 61 37
Binary 1010000 1110110 101000 100000 0 1000010 110110 1011001 110001 11111

Color Harmonies of #507628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507628

Black with #507628

Text Example


Text Example

White with #507628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507628; }

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

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

background-color css

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

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

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

border-color css

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

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

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