Html Css Color HEX #42913F Fruit Salad

📋 copy color: '#42913F'

red 66 ◦ green 145 ◦ blue 63

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

Shades of Fruit Salad #42913F

Tints of Fruit Salad #42913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.92%

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

R = 24.09%
G = 52.92%
B = 22.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#42913F (or 0x42913F) is known color: Fruit Salad. HEX triplet: 42, 91 and 3F. RGB value is (66,145,63). Sum of RGB (Red+Green+Blue) = 66+145+63=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #42913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42913F is #BD6EC0. Grayscale: #707070. Windows color (decimal): -12414657 or 4165954. OLE color: 4165954.

HSL color Cylindrical-coordinate representation of color #42913F: hue angle of 117.8º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42913F is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 63 -
CMYK 0.54 0 0.57 0.43
HSL 117.8º 0.39% 0.41% -
HSV(B) 117.8º 0.57% 0.57% -
XYZ 13.27 21.77 8.2 -
YUV 112.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 66 145 63 0.54 0 0.57 0.43 117.8 0.39 0.41
Hex 42 91 3F 36 0 39 2B 76 27 29
Octal 102 221 77 66 0 71 53 166 47 51
Binary 1000010 10010001 111111 110110 0 111001 101011 1110110 100111 101001

Color Harmonies of #42913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42913F

Black with #42913F

Text Example


Text Example

White with #42913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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