Html Css Color HEX #469C4F Fruit Salad

📋 copy color: '#469C4F'

red 70 ◦ green 156 ◦ blue 79

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

Shades of Fruit Salad #469C4F

Tints of Fruit Salad #469C4F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.15%

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 22.95%
G = 51.15%
B = 25.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#469C4F (or 0x469C4F) is known color: Fruit Salad. HEX triplet: 46, 9C and 4F. RGB value is (70,156,79). Sum of RGB (Red+Green+Blue) = 70+156+79=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #469C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C4F is #B963B0. Grayscale: #797979. Windows color (decimal): -12149681 or 5217350. OLE color: 5217350.

HSL color Cylindrical-coordinate representation of color #469C4F: hue angle of 126.28º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C4F is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 79 -
CMYK 0.55 0 0.49 0.39
HSL 126.28º 0.38% 0.44% -
HSV(B) 126.28º 0.55% 0.61% -
XYZ 15.83 25.64 11.51 -
YUV 121.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 70 156 79 0.55 0 0.49 0.39 126.28 0.38 0.44
Hex 46 9C 4F 37 0 31 27 7E 26 2C
Octal 106 234 117 67 0 61 47 176 46 54
Binary 1000110 10011100 1001111 110111 0 110001 100111 1111110 100110 101100

Color Harmonies of #469C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C4F

Black with #469C4F

Text Example


Text Example

White with #469C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C4F; }

 p { color: rgb(70,156,79); }

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

background-color css

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

 a { background-color: rgb(70,156,79); }

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

border-color css

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

 span { border-color: rgb(70,156,79); }

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