Html Css Color HEX #469C42 Fruit Salad

📋 copy color: '#469C42'

red 70 ◦ green 156 ◦ blue 66

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

Shades of Fruit Salad #469C42

Tints of Fruit Salad #469C42

RGB

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

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

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

R = 23.97%
G = 53.42%
B = 22.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#469C42 (or 0x469C42) is known color: Fruit Salad. HEX triplet: 46, 9C and 42. RGB value is (70,156,66). Sum of RGB (Red+Green+Blue) = 70+156+66=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #469C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C42 is #B963BD. Grayscale: #787878. Windows color (decimal): -12149694 or 4365382. OLE color: 4365382.

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

Color convert

RGB 70 156 66 -
CMYK 0.55 0 0.58 0.39
HSL 117.33º 0.41% 0.44% -
HSV(B) 117.33º 0.58% 0.61% -
XYZ 15.4 25.47 9.26 -
YUV 120.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 70 156 66 0.55 0 0.58 0.39 117.33 0.41 0.44
Hex 46 9C 42 37 0 3A 27 75 29 2C
Octal 106 234 102 67 0 72 47 165 51 54
Binary 1000110 10011100 1000010 110111 0 111010 100111 1110101 101001 101100

Color Harmonies of #469C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C42

Black with #469C42

Text Example


Text Example

White with #469C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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