Html Css Color HEX #506327 Green Leaf

📋 copy color: '#506327'

red 80 ◦ green 99 ◦ blue 39

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

Shades of Green Leaf #506327

Tints of Green Leaf #506327

RGB

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

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

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

R = 36.7%
G = 45.41%
B = 17.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#506327 (or 0x506327) is known color: Green Leaf. HEX triplet: 50, 63 and 27. RGB value is (80,99,39). Sum of RGB (Red+Green+Blue) = 80+99+39=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #506327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506327 is #AF9CD8. Grayscale: #565656. Windows color (decimal): -11508953 or 2581328. OLE color: 2581328.

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

Color convert

RGB 80 99 39 -
CMYK 0.19 0 0.61 0.61
HSL 79º 0.43% 0.27% -
HSV(B) 79º 0.61% 0.39% -
XYZ 8.14 10.78 3.57 -
YUV 86.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 80 99 39 0.19 0 0.61 0.61 79 0.43 0.27
Hex 50 63 27 13 0 3D 3D 4F 2B 1B
Octal 120 143 47 23 0 75 75 117 53 33
Binary 1010000 1100011 100111 10011 0 111101 111101 1001111 101011 11011

Color Harmonies of #506327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506327

Black with #506327

Text Example


Text Example

White with #506327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506327; }

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

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

background-color css

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

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

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

border-color css

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

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

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