Html Css Color HEX #42A548 Fruit Salad

📋 copy color: '#42A548'

red 66 ◦ green 165 ◦ blue 72

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

Shades of Fruit Salad #42A548

Tints of Fruit Salad #42A548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 21.78%
G = 54.46%
B = 23.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#42A548 (or 0x42A548) is known color: Fruit Salad. HEX triplet: 42, A5 and 48. RGB value is (66,165,72). Sum of RGB (Red+Green+Blue) = 66+165+72=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #42A548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A548 is #BD5AB7. Grayscale: #7D7D7D. Windows color (decimal): -12409528 or 4760898. OLE color: 4760898.

HSL color Cylindrical-coordinate representation of color #42A548: hue angle of 123.64º 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 #42A548 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 72 -
CMYK 0.60 0 0.56 0.35
HSL 123.64º 0.43% 0.45% -
HSV(B) 123.64º 0.6% 0.65% -
XYZ 16.87 28.54 10.75 -
YUV 124.8 98.2 86.06 -
System Red Green Blue C M Y K H S L
Decimal 66 165 72 0.60 0 0.56 0.35 123.64 0.43 0.45
Hex 42 A5 48 3C 0 38 23 7C 2B 2D
Octal 102 245 110 74 0 70 43 174 53 55
Binary 1000010 10100101 1001000 111100 0 111000 100011 1111100 101011 101101

Color Harmonies of #42A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A548

Black with #42A548

Text Example


Text Example

White with #42A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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