Html Css Color HEX #459642 Fruit Salad

📋 copy color: '#459642'

red 69 ◦ green 150 ◦ blue 66

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

Shades of Fruit Salad #459642

Tints of Fruit Salad #459642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 24.21%
G = 52.63%
B = 23.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#459642 (or 0x459642) is known color: Fruit Salad. HEX triplet: 45, 96 and 42. RGB value is (69,150,66). Sum of RGB (Red+Green+Blue) = 69+150+66=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #459642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459642 is #BA69BD. Grayscale: #747474. Windows color (decimal): -12216766 or 4363845. OLE color: 4363845.

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

Color convert

RGB 69 150 66 -
CMYK 0.54 0 0.56 0.41
HSL 117.86º 0.39% 0.42% -
HSV(B) 117.86º 0.56% 0.59% -
XYZ 14.34 23.47 8.93 -
YUV 116.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 69 150 66 0.54 0 0.56 0.41 117.86 0.39 0.42
Hex 45 96 42 36 0 38 29 76 27 2A
Octal 105 226 102 66 0 70 51 166 47 52
Binary 1000101 10010110 1000010 110110 0 111000 101001 1110110 100111 101010

Color Harmonies of #459642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459642

Black with #459642

Text Example


Text Example

White with #459642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459642; }

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

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

background-color css

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

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

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

border-color css

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

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

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