Html Css Color HEX #459B50 Fruit Salad

📋 copy color: '#459B50'

red 69 ◦ green 155 ◦ blue 80

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

Shades of Fruit Salad #459B50

Tints of Fruit Salad #459B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

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

R = 22.7%
G = 50.99%
B = 26.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#459B50 (or 0x459B50) is known color: Fruit Salad. HEX triplet: 45, 9B and 50. RGB value is (69,155,80). Sum of RGB (Red+Green+Blue) = 69+155+80=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #459B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B50 is #BA64AF. Grayscale: #787878. Windows color (decimal): -12215472 or 5282629. OLE color: 5282629.

HSL color Cylindrical-coordinate representation of color #459B50: hue angle of 127.67º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B50 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 155 80 -
CMYK 0.55 0 0.48 0.39
HSL 127.67º 0.38% 0.44% -
HSV(B) 127.67º 0.55% 0.61% -
XYZ 15.62 25.29 11.65 -
YUV 120.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 69 155 80 0.55 0 0.48 0.39 127.67 0.38 0.44
Hex 45 9B 50 37 0 30 27 80 26 2C
Octal 105 233 120 67 0 60 47 200 46 54
Binary 1000101 10011011 1010000 110111 0 110000 100111 10000000 100110 101100

Color Harmonies of #459B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B50

Black with #459B50

Text Example


Text Example

White with #459B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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