Html Css Color HEX #469342 Fruit Salad

📋 copy color: '#469342'

red 70 ◦ green 147 ◦ blue 66

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

Shades of Fruit Salad #469342

Tints of Fruit Salad #469342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.94%

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

R = 24.73%
G = 51.94%
B = 23.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#469342 (or 0x469342) is known color: Fruit Salad. HEX triplet: 46, 93 and 42. RGB value is (70,147,66). Sum of RGB (Red+Green+Blue) = 70+147+66=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #469342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469342 is #B96CBD. Grayscale: #727272. Windows color (decimal): -12151998 or 4363078. OLE color: 4363078.

HSL color Cylindrical-coordinate representation of color #469342: hue angle of 117.04º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469342 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 66 -
CMYK 0.52 0 0.55 0.42
HSL 117.04º 0.38% 0.42% -
HSV(B) 117.04º 0.55% 0.58% -
XYZ 13.94 22.56 8.77 -
YUV 114.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 70 147 66 0.52 0 0.55 0.42 117.04 0.38 0.42
Hex 46 93 42 34 0 37 2A 75 26 2A
Octal 106 223 102 64 0 67 52 165 46 52
Binary 1000110 10010011 1000010 110100 0 110111 101010 1110101 100110 101010

Color Harmonies of #469342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469342

Black with #469342

Text Example


Text Example

White with #469342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469342; }

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

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

background-color css

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

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

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

border-color css

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

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

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