Html Css Color HEX #359740 Fruit Salad

📋 copy color: '#359740'

red 53 ◦ green 151 ◦ blue 64

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

Shades of Fruit Salad #359740

Tints of Fruit Salad #359740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.34%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 19.78%
G = 56.34%
B = 23.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#359740 (or 0x359740) is known color: Fruit Salad. HEX triplet: 35, 97 and 40. RGB value is (53,151,64). Sum of RGB (Red+Green+Blue) = 53+151+64=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #359740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359740 is #CA68BF. Grayscale: #707070. Windows color (decimal): -13265088 or 4233013. OLE color: 4233013.

HSL color Cylindrical-coordinate representation of color #359740: hue angle of 126.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359740 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 64 -
CMYK 0.65 0 0.58 0.41
HSL 126.73º 0.48% 0.4% -
HSV(B) 126.73º 0.65% 0.59% -
XYZ 13.46 23.26 8.63 -
YUV 111.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 53 151 64 0.65 0 0.58 0.41 126.73 0.48 0.4
Hex 35 97 40 41 0 3A 29 7F 30 28
Octal 65 227 100 101 0 72 51 177 60 50
Binary 110101 10010111 1000000 1000001 0 111010 101001 1111111 110000 101000

Color Harmonies of #359740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359740

Black with #359740

Text Example


Text Example

White with #359740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359740; }

 p { color: rgb(53,151,64); }

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

background-color css

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

 a { background-color: rgb(53,151,64); }

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

border-color css

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

 span { border-color: rgb(53,151,64); }

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