Html Css Color HEX #42A546 Fruit Salad

📋 copy color: '#42A546'

red 66 ◦ green 165 ◦ blue 70

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

Shades of Fruit Salad #42A546

Tints of Fruit Salad #42A546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.82%

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

R = 21.93%
G = 54.82%
B = 23.26%

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

#42A546 (or 0x42A546) is known color: Fruit Salad. HEX triplet: 42, A5 and 46. RGB value is (66,165,70). Sum of RGB (Red+Green+Blue) = 66+165+70=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #42A546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A546 is #BD5AB9. Grayscale: #7C7C7C. Windows color (decimal): -12409530 or 4629826. OLE color: 4629826.

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

Color convert

RGB 66 165 70 -
CMYK 0.60 0 0.58 0.35
HSL 122.42º 0.43% 0.45% -
HSV(B) 122.42º 0.6% 0.65% -
XYZ 16.81 28.51 10.41 -
YUV 124.57 97.2 86.22 -
System Red Green Blue C M Y K H S L
Decimal 66 165 70 0.60 0 0.58 0.35 122.42 0.43 0.45
Hex 42 A5 46 3C 0 3A 23 7A 2B 2D
Octal 102 245 106 74 0 72 43 172 53 55
Binary 1000010 10100101 1000110 111100 0 111010 100011 1111010 101011 101101

Color Harmonies of #42A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A546

Black with #42A546

Text Example


Text Example

White with #42A546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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