Html Css Color HEX #506334 Green Leaf

📋 copy color: '#506334'

red 80 ◦ green 99 ◦ blue 52

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

Shades of Green Leaf #506334

Tints of Green Leaf #506334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 34.63%
G = 42.86%
B = 22.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#506334 (or 0x506334) is known color: Green Leaf. HEX triplet: 50, 63 and 34. RGB value is (80,99,52). Sum of RGB (Red+Green+Blue) = 80+99+52=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #506334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506334 is #AF9CCB. Grayscale: #585858. Windows color (decimal): -11508940 or 3433296. OLE color: 3433296.

HSL color Cylindrical-coordinate representation of color #506334: hue angle of 84.26º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506334 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 52 -
CMYK 0.19 0 0.47 0.61
HSL 84.26º 0.31% 0.3% -
HSV(B) 84.26º 0.47% 0.39% -
XYZ 8.39 10.88 4.91 -
YUV 87.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 80 99 52 0.19 0 0.47 0.61 84.26 0.31 0.3
Hex 50 63 34 13 0 2F 3D 54 1F 1E
Octal 120 143 64 23 0 57 75 124 37 36
Binary 1010000 1100011 110100 10011 0 101111 111101 1010100 11111 11110

Color Harmonies of #506334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506334

Black with #506334

Text Example


Text Example

White with #506334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506334; }

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

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

background-color css

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

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

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

border-color css

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

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

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