Html Css Color HEX #42964C Fruit Salad

📋 copy color: '#42964C'

red 66 ◦ green 150 ◦ blue 76

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

Shades of Fruit Salad #42964C

Tints of Fruit Salad #42964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 22.6%
G = 51.37%
B = 26.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#42964C (or 0x42964C) is known color: Fruit Salad. HEX triplet: 42, 96 and 4C. RGB value is (66,150,76). Sum of RGB (Red+Green+Blue) = 66+150+76=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #42964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42964C is #BD69B3. Grayscale: #747474. Windows color (decimal): -12413364 or 5019202. OLE color: 5019202.

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

Color convert

RGB 66 150 76 -
CMYK 0.56 0 0.49 0.41
HSL 127.14º 0.39% 0.42% -
HSV(B) 127.14º 0.56% 0.59% -
XYZ 14.46 23.49 10.61 -
YUV 116.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 66 150 76 0.56 0 0.49 0.41 127.14 0.39 0.42
Hex 42 96 4C 38 0 31 29 7F 27 2A
Octal 102 226 114 70 0 61 51 177 47 52
Binary 1000010 10010110 1001100 111000 0 110001 101001 1111111 100111 101010

Color Harmonies of #42964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42964C

Black with #42964C

Text Example


Text Example

White with #42964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42964C; }

 p { color: rgb(66,150,76); }

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

background-color css

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

 a { background-color: rgb(66,150,76); }

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

border-color css

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

 span { border-color: rgb(66,150,76); }

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