Html Css Color HEX #42973F Fruit Salad

📋 copy color: '#42973F'

red 66 ◦ green 151 ◦ blue 63

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

Shades of Fruit Salad #42973F

Tints of Fruit Salad #42973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.93%

 BLUE value IS 63 (25% from 255) = 22.5%

R = 23.57%
G = 53.93%
B = 22.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#42973F (or 0x42973F) is known color: Fruit Salad. HEX triplet: 42, 97 and 3F. RGB value is (66,151,63). Sum of RGB (Red+Green+Blue) = 66+151+63=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #42973F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42973F is #BD68C0. Grayscale: #737373. Windows color (decimal): -12413121 or 4167490. OLE color: 4167490.

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

Color convert

RGB 66 151 63 -
CMYK 0.56 0 0.58 0.41
HSL 117.95º 0.41% 0.42% -
HSV(B) 117.95º 0.58% 0.59% -
XYZ 14.21 23.65 8.52 -
YUV 115.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 66 151 63 0.56 0 0.58 0.41 117.95 0.41 0.42
Hex 42 97 3F 38 0 3A 29 76 29 2A
Octal 102 227 77 70 0 72 51 166 51 52
Binary 1000010 10010111 111111 111000 0 111010 101001 1110110 101001 101010

Color Harmonies of #42973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42973F

Black with #42973F

Text Example


Text Example

White with #42973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42973F; }

 p { color: rgb(66,151,63); }

 H1.HeaderClassName
 {
   color: #42973F;
 }
 .AnyTagClassName
 {
   color: #42973F;
 }
</style>

background-color css

<style>
 a { background-color: #42973F; }

 a { background-color: rgb(66,151,63); }

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

border-color css

<style>
 span { border-color: #42973F; }

 span { border-color: rgb(66,151,63); }

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