Html Css Color HEX #419842 Fruit Salad

📋 copy color: '#419842'

red 65 ◦ green 152 ◦ blue 66

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

Shades of Fruit Salad #419842

Tints of Fruit Salad #419842

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

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

R = 22.97%
G = 53.71%
B = 23.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#419842 (or 0x419842) is known color: Fruit Salad. HEX triplet: 41, 98 and 42. RGB value is (65,152,66). Sum of RGB (Red+Green+Blue) = 65+152+66=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #419842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419842 is #BE67BD. Grayscale: #747474. Windows color (decimal): -12478398 or 4364353. OLE color: 4364353.

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

Color convert

RGB 65 152 66 -
CMYK 0.57 0 0.57 0.40
HSL 120.69º 0.4% 0.43% -
HSV(B) 120.69º 0.57% 0.6% -
XYZ 14.39 23.97 9.02 -
YUV 116.18 99.68 91.49 -
System Red Green Blue C M Y K H S L
Decimal 65 152 66 0.57 0 0.57 0.40 120.69 0.4 0.43
Hex 41 98 42 39 0 39 28 79 28 2B
Octal 101 230 102 71 0 71 50 171 50 53
Binary 1000001 10011000 1000010 111001 0 111001 101000 1111001 101000 101011

Color Harmonies of #419842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419842

Black with #419842

Text Example


Text Example

White with #419842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419842; }

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

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

background-color css

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

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

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

border-color css

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

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

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