Html Css Color HEX #506734 Green Leaf

📋 copy color: '#506734'

red 80 ◦ green 103 ◦ blue 52

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

Shades of Green Leaf #506734

Tints of Green Leaf #506734

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 34.04%
G = 43.83%
B = 22.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#506734 (or 0x506734) is known color: Green Leaf. HEX triplet: 50, 67 and 34. RGB value is (80,103,52). Sum of RGB (Red+Green+Blue) = 80+103+52=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #506734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506734 is #AF98CB. Grayscale: #5A5A5A. Windows color (decimal): -11507916 or 3434320. OLE color: 3434320.

HSL color Cylindrical-coordinate representation of color #506734: hue angle of 87.06º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506734 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 52 -
CMYK 0.22 0 0.50 0.60
HSL 87.06º 0.33% 0.3% -
HSV(B) 87.06º 0.5% 0.4% -
XYZ 8.78 11.65 5.04 -
YUV 90.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 80 103 52 0.22 0 0.50 0.60 87.06 0.33 0.3
Hex 50 67 34 16 0 32 3C 57 21 1E
Octal 120 147 64 26 0 62 74 127 41 36
Binary 1010000 1100111 110100 10110 0 110010 111100 1010111 100001 11110

Color Harmonies of #506734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506734

Black with #506734

Text Example


Text Example

White with #506734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506734; }

 p { color: rgb(80,103,52); }

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

background-color css

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

 a { background-color: rgb(80,103,52); }

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

border-color css

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

 span { border-color: rgb(80,103,52); }

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