Html Css Color HEX #506B27 Green Leaf

📋 copy color: '#506B27'

red 80 ◦ green 107 ◦ blue 39

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

Shades of Green Leaf #506B27

Tints of Green Leaf #506B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 39 (15.63% from 255) = 17.26%

R = 35.4%
G = 47.35%
B = 17.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#506B27 (or 0x506B27) is known color: Green Leaf. HEX triplet: 50, 6B and 27. RGB value is (80,107,39). Sum of RGB (Red+Green+Blue) = 80+107+39=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #506B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B27 is #AF94D8. Grayscale: #5B5B5B. Windows color (decimal): -11506905 or 2583376. OLE color: 2583376.

HSL color Cylindrical-coordinate representation of color #506B27: hue angle of 83.82º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506B27 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 39 -
CMYK 0.25 0 0.64 0.58
HSL 83.82º 0.47% 0.29% -
HSV(B) 83.82º 0.64% 0.42% -
XYZ 8.93 12.37 3.84 -
YUV 91.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 80 107 39 0.25 0 0.64 0.58 83.82 0.47 0.29
Hex 50 6B 27 19 0 40 3A 54 2F 1D
Octal 120 153 47 31 0 100 72 124 57 35
Binary 1010000 1101011 100111 11001 0 1000000 111010 1010100 101111 11101

Color Harmonies of #506B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B27

Black with #506B27

Text Example


Text Example

White with #506B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B27; }

 p { color: rgb(80,107,39); }

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

background-color css

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

 a { background-color: rgb(80,107,39); }

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

border-color css

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

 span { border-color: rgb(80,107,39); }

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