Html Css Color HEX #459650 Fruit Salad

📋 copy color: '#459650'

red 69 ◦ green 150 ◦ blue 80

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

Shades of Fruit Salad #459650

Tints of Fruit Salad #459650

RGB

 RED value IS 69 (27.34% from 255) = 23.08%

 GREEN value IS 150 (58.98% from 255) = 50.17%

 BLUE value IS 80 (31.64% from 255) = 26.76%

R = 23.08%
G = 50.17%
B = 26.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#459650 (or 0x459650) is known color: Fruit Salad. HEX triplet: 45, 96 and 50. RGB value is (69,150,80). Sum of RGB (Red+Green+Blue) = 69+150+80=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #459650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459650 is #BA69AF. Grayscale: #767676. Windows color (decimal): -12216752 or 5281349. OLE color: 5281349.

HSL color Cylindrical-coordinate representation of color #459650: hue angle of 128.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459650 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 150 80 -
CMYK 0.54 0 0.47 0.41
HSL 128.15º 0.37% 0.43% -
HSV(B) 128.15º 0.54% 0.59% -
XYZ 14.81 23.66 11.38 -
YUV 117.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 69 150 80 0.54 0 0.47 0.41 128.15 0.37 0.43
Hex 45 96 50 36 0 2F 29 80 25 2B
Octal 105 226 120 66 0 57 51 200 45 53
Binary 1000101 10010110 1010000 110110 0 101111 101001 10000000 100101 101011

Color Harmonies of #459650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459650

Black with #459650

Text Example


Text Example

White with #459650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459650; }

 p { color: rgb(69,150,80); }

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

background-color css

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

 a { background-color: rgb(69,150,80); }

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

border-color css

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

 span { border-color: rgb(69,150,80); }

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