Html Css Color HEX #469441 Fruit Salad

📋 copy color: '#469441'

red 70 ◦ green 148 ◦ blue 65

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

Shades of Fruit Salad #469441

Tints of Fruit Salad #469441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 24.73%
G = 52.3%
B = 22.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#469441 (or 0x469441) is known color: Fruit Salad. HEX triplet: 46, 94 and 41. RGB value is (70,148,65). Sum of RGB (Red+Green+Blue) = 70+148+65=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #469441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469441 is #B96BBE. Grayscale: #737373. Windows color (decimal): -12151743 or 4297798. OLE color: 4297798.

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

Color convert

RGB 70 148 65 -
CMYK 0.53 0 0.56 0.42
HSL 116.39º 0.39% 0.42% -
HSV(B) 116.39º 0.56% 0.58% -
XYZ 14.07 22.86 8.67 -
YUV 115.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 70 148 65 0.53 0 0.56 0.42 116.39 0.39 0.42
Hex 46 94 41 35 0 38 2A 74 27 2A
Octal 106 224 101 65 0 70 52 164 47 52
Binary 1000110 10010100 1000001 110101 0 111000 101010 1110100 100111 101010

Color Harmonies of #469441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469441

Black with #469441

Text Example


Text Example

White with #469441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469441; }

 p { color: rgb(70,148,65); }

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

background-color css

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

 a { background-color: rgb(70,148,65); }

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

border-color css

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

 span { border-color: rgb(70,148,65); }

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