Html Css Color HEX #469644 Fruit Salad

📋 copy color: '#469644'

red 70 ◦ green 150 ◦ blue 68

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

Shades of Fruit Salad #469644

Tints of Fruit Salad #469644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 24.31%
G = 52.08%
B = 23.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#469644 (or 0x469644) is known color: Fruit Salad. HEX triplet: 46, 96 and 44. RGB value is (70,150,68). Sum of RGB (Red+Green+Blue) = 70+150+68=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #469644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469644 is #B969BB. Grayscale: #747474. Windows color (decimal): -12151228 or 4494918. OLE color: 4494918.

HSL color Cylindrical-coordinate representation of color #469644: hue angle of 118.54º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469644 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 68 -
CMYK 0.53 0 0.55 0.41
HSL 118.54º 0.38% 0.43% -
HSV(B) 118.54º 0.55% 0.59% -
XYZ 14.48 23.53 9.25 -
YUV 116.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 70 150 68 0.53 0 0.55 0.41 118.54 0.38 0.43
Hex 46 96 44 35 0 37 29 77 26 2B
Octal 106 226 104 65 0 67 51 167 46 53
Binary 1000110 10010110 1000100 110101 0 110111 101001 1110111 100110 101011

Color Harmonies of #469644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469644

Black with #469644

Text Example


Text Example

White with #469644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469644; }

 p { color: rgb(70,150,68); }

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

background-color css

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

 a { background-color: rgb(70,150,68); }

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

border-color css

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

 span { border-color: rgb(70,150,68); }

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