Html Css Color HEX #42A746 Fruit Salad

📋 copy color: '#42A746'

red 66 ◦ green 167 ◦ blue 70

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

Shades of Fruit Salad #42A746

Tints of Fruit Salad #42A746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.12%

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 21.78%
G = 55.12%
B = 23.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#42A746 (or 0x42A746) is known color: Fruit Salad. HEX triplet: 42, A7 and 46. RGB value is (66,167,70). Sum of RGB (Red+Green+Blue) = 66+167+70=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #42A746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A746 is #BD58B9. Grayscale: #7E7E7E. Windows color (decimal): -12409018 or 4630338. OLE color: 4630338.

HSL color Cylindrical-coordinate representation of color #42A746: hue angle of 122.38º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A746 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 70 -
CMYK 0.60 0 0.58 0.35
HSL 122.38º 0.43% 0.46% -
HSV(B) 122.38º 0.6% 0.65% -
XYZ 17.17 29.24 10.53 -
YUV 125.74 96.54 85.39 -
System Red Green Blue C M Y K H S L
Decimal 66 167 70 0.60 0 0.58 0.35 122.38 0.43 0.46
Hex 42 A7 46 3C 0 3A 23 7A 2B 2E
Octal 102 247 106 74 0 72 43 172 53 56
Binary 1000010 10100111 1000110 111100 0 111010 100011 1111010 101011 101110

Color Harmonies of #42A746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A746

Black with #42A746

Text Example


Text Example

White with #42A746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A746; }

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

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

background-color css

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

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

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

border-color css

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

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

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