Html Css Color HEX #469042 Fruit Salad

📋 copy color: '#469042'

red 70 ◦ green 144 ◦ blue 66

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

Shades of Fruit Salad #469042

Tints of Fruit Salad #469042

RGB

 RED value IS 70 (27.73% from 255) = 25%

 GREEN value IS 144 (56.64% from 255) = 51.43%

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

R = 25%
G = 51.43%
B = 23.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#469042 (or 0x469042) is known color: Fruit Salad. HEX triplet: 46, 90 and 42. RGB value is (70,144,66). Sum of RGB (Red+Green+Blue) = 70+144+66=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #469042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469042 is #B96FBD. Grayscale: #717171. Windows color (decimal): -12152766 or 4362310. OLE color: 4362310.

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

Color convert

RGB 70 144 66 -
CMYK 0.51 0 0.54 0.44
HSL 116.92º 0.37% 0.41% -
HSV(B) 116.92º 0.54% 0.56% -
XYZ 13.48 21.64 8.62 -
YUV 112.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 70 144 66 0.51 0 0.54 0.44 116.92 0.37 0.41
Hex 46 90 42 33 0 36 2C 75 25 29
Octal 106 220 102 63 0 66 54 165 45 51
Binary 1000110 10010000 1000010 110011 0 110110 101100 1110101 100101 101001

Color Harmonies of #469042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469042

Black with #469042

Text Example


Text Example

White with #469042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469042; }

 p { color: rgb(70,144,66); }

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

background-color css

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

 a { background-color: rgb(70,144,66); }

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

border-color css

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

 span { border-color: rgb(70,144,66); }

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