Html Css Color HEX #42904B Fruit Salad

📋 copy color: '#42904B'

red 66 ◦ green 144 ◦ blue 75

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

Shades of Fruit Salad #42904B

Tints of Fruit Salad #42904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 23.16%
G = 50.53%
B = 26.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#42904B (or 0x42904B) is known color: Fruit Salad. HEX triplet: 42, 90 and 4B. RGB value is (66,144,75). Sum of RGB (Red+Green+Blue) = 66+144+75=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #42904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42904B is #BD6FB4. Grayscale: #717171. Windows color (decimal): -12414901 or 4952130. OLE color: 4952130.

HSL color Cylindrical-coordinate representation of color #42904B: hue angle of 126.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42904B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 75 -
CMYK 0.54 0 0.48 0.44
HSL 126.92º 0.37% 0.41% -
HSV(B) 126.92º 0.54% 0.56% -
XYZ 13.49 21.61 10.12 -
YUV 112.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 66 144 75 0.54 0 0.48 0.44 126.92 0.37 0.41
Hex 42 90 4B 36 0 30 2C 7F 25 29
Octal 102 220 113 66 0 60 54 177 45 51
Binary 1000010 10010000 1001011 110110 0 110000 101100 1111111 100101 101001

Color Harmonies of #42904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42904B

Black with #42904B

Text Example


Text Example

White with #42904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42904B; }

 p { color: rgb(66,144,75); }

 H1.HeaderClassName
 {
   color: #42904B;
 }
 .AnyTagClassName
 {
   color: #42904B;
 }
</style>

background-color css

<style>
 a { background-color: #42904B; }

 a { background-color: rgb(66,144,75); }

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

border-color css

<style>
 span { border-color: #42904B; }

 span { border-color: rgb(66,144,75); }

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