Html Css Color HEX #506630 Green Leaf

📋 copy color: '#506630'

red 80 ◦ green 102 ◦ blue 48

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

Shades of Green Leaf #506630

Tints of Green Leaf #506630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 34.78%
G = 44.35%
B = 20.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#506630 (or 0x506630) is known color: Green Leaf. HEX triplet: 50, 66 and 30. RGB value is (80,102,48). Sum of RGB (Red+Green+Blue) = 80+102+48=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #506630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506630 is #AF99CF. Grayscale: #595959. Windows color (decimal): -11508176 or 3171920. OLE color: 3171920.

HSL color Cylindrical-coordinate representation of color #506630: hue angle of 84.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506630 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 48 -
CMYK 0.22 0 0.53 0.6
HSL 84.44º 0.36% 0.29% -
HSV(B) 84.44º 0.53% 0.4% -
XYZ 8.59 11.42 4.55 -
YUV 89.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 80 102 48 0.22 0 0.53 0.6 84.44 0.36 0.29
Hex 50 66 30 16 0 35 3C 54 24 1D
Octal 120 146 60 26 0 65 74 124 44 35
Binary 1010000 1100110 110000 10110 0 110101 111100 1010100 100100 11101

Color Harmonies of #506630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506630

Black with #506630

Text Example


Text Example

White with #506630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506630; }

 p { color: rgb(80,102,48); }

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

background-color css

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

 a { background-color: rgb(80,102,48); }

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

border-color css

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

 span { border-color: rgb(80,102,48); }

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