Html Css Color HEX #507C0B Green Leaf

📋 copy color: '#507C0B'

red 80 ◦ green 124 ◦ blue 11

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

Shades of Green Leaf #507C0B

Tints of Green Leaf #507C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.67%

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 37.21%
G = 57.67%
B = 5.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#507C0B (or 0x507C0B) is known color: Green Leaf. HEX triplet: 50, 7C and 0B. RGB value is (80,124,11). Sum of RGB (Red+Green+Blue) = 80+124+11=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #507C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507C0B is #AF83F4. Grayscale: #626262. Windows color (decimal): -11502581 or 752720. OLE color: 752720.

HSL color Cylindrical-coordinate representation of color #507C0B: hue angle of 83.36º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #507C0B is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 11 -
CMYK 0.35 0 0.91 0.51
HSL 83.36º 0.84% 0.26% -
HSV(B) 83.36º 0.91% 0.49% -
XYZ 10.58 16.14 2.88 -
YUV 97.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 80 124 11 0.35 0 0.91 0.51 83.36 0.84 0.26
Hex 50 7C B 23 0 5B 33 53 54 1A
Octal 120 174 13 43 0 133 63 123 124 32
Binary 1010000 1111100 1011 100011 0 1011011 110011 1010011 1010100 11010

Color Harmonies of #507C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C0B

Black with #507C0B

Text Example


Text Example

White with #507C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,124,11); }

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

background-color css

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

 a { background-color: rgb(80,124,11); }

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

border-color css

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

 span { border-color: rgb(80,124,11); }

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