Html Css Color HEX #42943E Fruit Salad

📋 copy color: '#42943E'

red 66 ◦ green 148 ◦ blue 62

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

Shades of Fruit Salad #42943E

Tints of Fruit Salad #42943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 23.91%
G = 53.62%
B = 22.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#42943E (or 0x42943E) is known color: Fruit Salad. HEX triplet: 42, 94 and 3E. RGB value is (66,148,62). Sum of RGB (Red+Green+Blue) = 66+148+62=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #42943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42943E is #BD6BC1. Grayscale: #717171. Windows color (decimal): -12413890 or 4101186. OLE color: 4101186.

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

Color convert

RGB 66 148 62 -
CMYK 0.55 0 0.58 0.42
HSL 117.21º 0.41% 0.41% -
HSV(B) 117.21º 0.58% 0.58% -
XYZ 13.71 22.69 8.21 -
YUV 113.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 66 148 62 0.55 0 0.58 0.42 117.21 0.41 0.41
Hex 42 94 3E 37 0 3A 2A 75 29 29
Octal 102 224 76 67 0 72 52 165 51 51
Binary 1000010 10010100 111110 110111 0 111010 101010 1110101 101001 101001

Color Harmonies of #42943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42943E

Black with #42943E

Text Example


Text Example

White with #42943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42943E; }

 p { color: rgb(66,148,62); }

 H1.HeaderClassName
 {
   color: #42943E;
 }
 .AnyTagClassName
 {
   color: #42943E;
 }
</style>

background-color css

<style>
 a { background-color: #42943E; }

 a { background-color: rgb(66,148,62); }

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

border-color css

<style>
 span { border-color: #42943E; }

 span { border-color: rgb(66,148,62); }

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