Html Css Color HEX #359D41 Fruit Salad

📋 copy color: '#359D41'

red 53 ◦ green 157 ◦ blue 65

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

Shades of Fruit Salad #359D41

Tints of Fruit Salad #359D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.09%

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

R = 19.27%
G = 57.09%
B = 23.64%

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

#359D41 (or 0x359D41) is known color: Fruit Salad. HEX triplet: 35, 9D and 41. RGB value is (53,157,65). Sum of RGB (Red+Green+Blue) = 53+157+65=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #359D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D41 is #CA62BE. Grayscale: #737373. Windows color (decimal): -13263551 or 4300085. OLE color: 4300085.

HSL color Cylindrical-coordinate representation of color #359D41: hue angle of 126.92º 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 #359D41 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 65 -
CMYK 0.66 0 0.59 0.38
HSL 126.92º 0.5% 0.41% -
HSV(B) 126.92º 0.66% 0.62% -
XYZ 14.48 25.25 9.11 -
YUV 115.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 53 157 65 0.66 0 0.59 0.38 126.92 0.5 0.41
Hex 35 9D 41 42 0 3B 26 7F 32 29
Octal 65 235 101 102 0 73 46 177 62 51
Binary 110101 10011101 1000001 1000010 0 111011 100110 1111111 110010 101001

Color Harmonies of #359D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D41

Black with #359D41

Text Example


Text Example

White with #359D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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