Html Css Color HEX #42974D Fruit Salad

📋 copy color: '#42974D'

red 66 ◦ green 151 ◦ blue 77

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

Shades of Fruit Salad #42974D

Tints of Fruit Salad #42974D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 22.45%
G = 51.36%
B = 26.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#42974D (or 0x42974D) is known color: Fruit Salad. HEX triplet: 42, 97 and 4D. RGB value is (66,151,77). Sum of RGB (Red+Green+Blue) = 66+151+77=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #42974D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42974D is #BD68B2. Grayscale: #757575. Windows color (decimal): -12413107 or 5084994. OLE color: 5084994.

HSL color Cylindrical-coordinate representation of color #42974D: hue angle of 127.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42974D is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 77 -
CMYK 0.56 0 0.49 0.41
HSL 127.76º 0.39% 0.43% -
HSV(B) 127.76º 0.56% 0.59% -
XYZ 14.65 23.83 10.85 -
YUV 117.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 66 151 77 0.56 0 0.49 0.41 127.76 0.39 0.43
Hex 42 97 4D 38 0 31 29 80 27 2B
Octal 102 227 115 70 0 61 51 200 47 53
Binary 1000010 10010111 1001101 111000 0 110001 101001 10000000 100111 101011

Color Harmonies of #42974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42974D

Black with #42974D

Text Example


Text Example

White with #42974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42974D; }

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

 H1.HeaderClassName
 {
   color: #42974D;
 }
 .AnyTagClassName
 {
   color: #42974D;
 }
</style>

background-color css

<style>
 a { background-color: #42974D; }

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

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

border-color css

<style>
 span { border-color: #42974D; }

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

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