Html Css Color HEX #359E41 Fruit Salad

📋 copy color: '#359E41'

red 53 ◦ green 158 ◦ blue 65

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

Shades of Fruit Salad #359E41

Tints of Fruit Salad #359E41

RGB

 RED value IS 53 (21.09% from 255) = 19.2%

 GREEN value IS 158 (62.11% from 255) = 57.25%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 19.2%
G = 57.25%
B = 23.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#359E41 (or 0x359E41) is known color: Fruit Salad. HEX triplet: 35, 9E and 41. RGB value is (53,158,65). Sum of RGB (Red+Green+Blue) = 53+158+65=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #359E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E41 is #CA61BE. Grayscale: #747474. Windows color (decimal): -13263295 or 4300341. OLE color: 4300341.

HSL color Cylindrical-coordinate representation of color #359E41: hue angle of 126.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E41 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 158 65 -
CMYK 0.66 0 0.59 0.38
HSL 126.86º 0.5% 0.41% -
HSV(B) 126.86º 0.66% 0.62% -
XYZ 14.65 25.59 9.17 -
YUV 116 99.21 83.06 -
System Red Green Blue C M Y K H S L
Decimal 53 158 65 0.66 0 0.59 0.38 126.86 0.5 0.41
Hex 35 9E 41 42 0 3B 26 7F 32 29
Octal 65 236 101 102 0 73 46 177 62 51
Binary 110101 10011110 1000001 1000010 0 111011 100110 1111111 110010 101001

Color Harmonies of #359E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E41

Black with #359E41

Text Example


Text Example

White with #359E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359E41; }

 p { color: rgb(53,158,65); }

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

background-color css

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

 a { background-color: rgb(53,158,65); }

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

border-color css

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

 span { border-color: rgb(53,158,65); }

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