Html Css Color HEX #507B29 Green Leaf

📋 copy color: '#507B29'

red 80 ◦ green 123 ◦ blue 41

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

Shades of Green Leaf #507B29

Tints of Green Leaf #507B29

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.41%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 32.79%
G = 50.41%
B = 16.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#507B29 (or 0x507B29) is known color: Green Leaf. HEX triplet: 50, 7B and 29. RGB value is (80,123,41). Sum of RGB (Red+Green+Blue) = 80+123+41=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #507B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B29 is #AF84D6. Grayscale: #656565. Windows color (decimal): -11502807 or 2718544. OLE color: 2718544.

HSL color Cylindrical-coordinate representation of color #507B29: hue angle of 91.46º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507B29 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 123 41 -
CMYK 0.35 0 0.67 0.52
HSL 91.46º 0.5% 0.32% -
HSV(B) 91.46º 0.67% 0.48% -
XYZ 10.79 16.03 4.62 -
YUV 100.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 80 123 41 0.35 0 0.67 0.52 91.46 0.5 0.32
Hex 50 7B 29 23 0 43 34 5B 32 20
Octal 120 173 51 43 0 103 64 133 62 40
Binary 1010000 1111011 101001 100011 0 1000011 110100 1011011 110010 100000

Color Harmonies of #507B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B29

Black with #507B29

Text Example


Text Example

White with #507B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507B29; }

 p { color: rgb(80,123,41); }

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

background-color css

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

 a { background-color: rgb(80,123,41); }

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

border-color css

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

 span { border-color: rgb(80,123,41); }

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