Html Css Color HEX #459B4E Fruit Salad

📋 copy color: '#459B4E'

red 69 ◦ green 155 ◦ blue 78

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

Shades of Fruit Salad #459B4E

Tints of Fruit Salad #459B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 22.85%
G = 51.32%
B = 25.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#459B4E (or 0x459B4E) is known color: Fruit Salad. HEX triplet: 45, 9B and 4E. RGB value is (69,155,78). Sum of RGB (Red+Green+Blue) = 69+155+78=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #459B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B4E is #BA64B1. Grayscale: #787878. Windows color (decimal): -12215474 or 5151557. OLE color: 5151557.

HSL color Cylindrical-coordinate representation of color #459B4E: hue angle of 126.28º 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 #459B4E is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 155 78 -
CMYK 0.55 0 0.50 0.39
HSL 126.28º 0.38% 0.44% -
HSV(B) 126.28º 0.55% 0.61% -
XYZ 15.55 25.26 11.26 -
YUV 120.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 69 155 78 0.55 0 0.50 0.39 126.28 0.38 0.44
Hex 45 9B 4E 37 0 32 27 7E 26 2C
Octal 105 233 116 67 0 62 47 176 46 54
Binary 1000101 10011011 1001110 110111 0 110010 100111 1111110 100110 101100

Color Harmonies of #459B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B4E

Black with #459B4E

Text Example


Text Example

White with #459B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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