Html Css Color HEX #459740 Fruit Salad

📋 copy color: '#459740'

red 69 ◦ green 151 ◦ blue 64

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

Shades of Fruit Salad #459740

Tints of Fruit Salad #459740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.17%

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

R = 24.3%
G = 53.17%
B = 22.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#459740 (or 0x459740) is known color: Fruit Salad. HEX triplet: 45, 97 and 40. RGB value is (69,151,64). Sum of RGB (Red+Green+Blue) = 69+151+64=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #459740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459740 is #BA68BF. Grayscale: #747474. Windows color (decimal): -12216512 or 4233029. OLE color: 4233029.

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

Color convert

RGB 69 151 64 -
CMYK 0.54 0 0.58 0.41
HSL 116.55º 0.4% 0.42% -
HSV(B) 116.55º 0.58% 0.59% -
XYZ 14.45 23.77 8.68 -
YUV 116.56 98.33 94.07 -
System Red Green Blue C M Y K H S L
Decimal 69 151 64 0.54 0 0.58 0.41 116.55 0.4 0.42
Hex 45 97 40 36 0 3A 29 75 28 2A
Octal 105 227 100 66 0 72 51 165 50 52
Binary 1000101 10010111 1000000 110110 0 111010 101001 1110101 101000 101010

Color Harmonies of #459740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459740

Black with #459740

Text Example


Text Example

White with #459740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459740; }

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

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

background-color css

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

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

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

border-color css

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

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

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