Html Css Color HEX #419942 Fruit Salad

📋 copy color: '#419942'

red 65 ◦ green 153 ◦ blue 66

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

Shades of Fruit Salad #419942

Tints of Fruit Salad #419942

RGB

 RED value IS 65 (25.78% from 255) = 22.89%

 GREEN value IS 153 (60.16% from 255) = 53.87%

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 22.89%
G = 53.87%
B = 23.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#419942 (or 0x419942) is known color: Fruit Salad. HEX triplet: 41, 99 and 42. RGB value is (65,153,66). Sum of RGB (Red+Green+Blue) = 65+153+66=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #419942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419942 is #BE66BD. Grayscale: #757575. Windows color (decimal): -12478142 or 4364609. OLE color: 4364609.

HSL color Cylindrical-coordinate representation of color #419942: hue angle of 120.68º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419942 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 66 -
CMYK 0.58 0 0.57 0.4
HSL 120.68º 0.4% 0.43% -
HSV(B) 120.68º 0.58% 0.6% -
XYZ 14.55 24.3 9.08 -
YUV 116.77 99.35 91.07 -
System Red Green Blue C M Y K H S L
Decimal 65 153 66 0.58 0 0.57 0.4 120.68 0.4 0.43
Hex 41 99 42 3A 0 39 28 79 28 2B
Octal 101 231 102 72 0 71 50 171 50 53
Binary 1000001 10011001 1000010 111010 0 111001 101000 1111001 101000 101011

Color Harmonies of #419942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419942

Black with #419942

Text Example


Text Example

White with #419942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419942; }

 p { color: rgb(65,153,66); }

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

background-color css

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

 a { background-color: rgb(65,153,66); }

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

border-color css

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

 span { border-color: rgb(65,153,66); }

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