Html Css Color HEX #507B26 Green Leaf

📋 copy color: '#507B26'

red 80 ◦ green 123 ◦ blue 38

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

Shades of Green Leaf #507B26

Tints of Green Leaf #507B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.77%

R = 33.2%
G = 51.04%
B = 15.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.52

RGB Variations

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

Color information

#507B26 (or 0x507B26) is known color: Green Leaf. HEX triplet: 50, 7B and 26. RGB value is (80,123,38). Sum of RGB (Red+Green+Blue) = 80+123+38=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #507B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B26 is #AF84D9. Grayscale: #646464. Windows color (decimal): -11502810 or 2521936. OLE color: 2521936.

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

Color convert

RGB 80 123 38 -
CMYK 0.35 0 0.69 0.52
HSL 90.35º 0.53% 0.32% -
HSV(B) 90.35º 0.69% 0.48% -
XYZ 10.74 16.01 4.36 -
YUV 100.45 92.75 113.41 -
System Red Green Blue C M Y K H S L
Decimal 80 123 38 0.35 0 0.69 0.52 90.35 0.53 0.32
Hex 50 7B 26 23 0 45 34 5A 35 20
Octal 120 173 46 43 0 105 64 132 65 40
Binary 1010000 1111011 100110 100011 0 1000101 110100 1011010 110101 100000

Color Harmonies of #507B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B26

Black with #507B26

Text Example


Text Example

White with #507B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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