Html Css Color HEX #469542 Fruit Salad

📋 copy color: '#469542'

red 70 ◦ green 149 ◦ blue 66

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

Shades of Fruit Salad #469542

Tints of Fruit Salad #469542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.28%

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

R = 24.56%
G = 52.28%
B = 23.16%

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

#469542 (or 0x469542) is known color: Fruit Salad. HEX triplet: 46, 95 and 42. RGB value is (70,149,66). Sum of RGB (Red+Green+Blue) = 70+149+66=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #469542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469542 is #B96ABD. Grayscale: #747474. Windows color (decimal): -12151486 or 4363590. OLE color: 4363590.

HSL color Cylindrical-coordinate representation of color #469542: hue angle of 117.11º 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 #469542 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 66 -
CMYK 0.53 0 0.56 0.42
HSL 117.11º 0.39% 0.42% -
HSV(B) 117.11º 0.56% 0.58% -
XYZ 14.26 23.19 8.88 -
YUV 115.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 70 149 66 0.53 0 0.56 0.42 117.11 0.39 0.42
Hex 46 95 42 35 0 38 2A 75 27 2A
Octal 106 225 102 65 0 70 52 165 47 52
Binary 1000110 10010101 1000010 110101 0 111000 101010 1110101 100111 101010

Color Harmonies of #469542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469542

Black with #469542

Text Example


Text Example

White with #469542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469542; }

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

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

background-color css

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

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

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

border-color css

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

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

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