Html Css Color HEX #459240 Fruit Salad

📋 copy color: '#459240'

red 69 ◦ green 146 ◦ blue 64

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

Shades of Fruit Salad #459240

Tints of Fruit Salad #459240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 24.73%
G = 52.33%
B = 22.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#459240 (or 0x459240) is known color: Fruit Salad. HEX triplet: 45, 92 and 40. RGB value is (69,146,64). Sum of RGB (Red+Green+Blue) = 69+146+64=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #459240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459240 is #BA6DBF. Grayscale: #717171. Windows color (decimal): -12217792 or 4231749. OLE color: 4231749.

HSL color Cylindrical-coordinate representation of color #459240: hue angle of 116.34º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459240 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 146 64 -
CMYK 0.53 0 0.56 0.43
HSL 116.34º 0.39% 0.41% -
HSV(B) 116.34º 0.56% 0.57% -
XYZ 13.66 22.19 8.41 -
YUV 113.63 99.99 96.17 -
System Red Green Blue C M Y K H S L
Decimal 69 146 64 0.53 0 0.56 0.43 116.34 0.39 0.41
Hex 45 92 40 35 0 38 2B 74 27 29
Octal 105 222 100 65 0 70 53 164 47 51
Binary 1000101 10010010 1000000 110101 0 111000 101011 1110100 100111 101001

Color Harmonies of #459240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459240

Black with #459240

Text Example


Text Example

White with #459240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459240; }

 p { color: rgb(69,146,64); }

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

background-color css

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

 a { background-color: rgb(69,146,64); }

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

border-color css

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

 span { border-color: rgb(69,146,64); }

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