Html Css Color HEX #359940 Fruit Salad

📋 copy color: '#359940'

red 53 ◦ green 153 ◦ blue 64

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

Shades of Fruit Salad #359940

Tints of Fruit Salad #359940

RGB

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

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

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

R = 19.63%
G = 56.67%
B = 23.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#359940 (or 0x359940) is known color: Fruit Salad. HEX triplet: 35, 99 and 40. RGB value is (53,153,64). Sum of RGB (Red+Green+Blue) = 53+153+64=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #359940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359940 is #CA66BF. Grayscale: #717171. Windows color (decimal): -13264576 or 4233525. OLE color: 4233525.

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

Color convert

RGB 53 153 64 -
CMYK 0.65 0 0.58 0.4
HSL 126.6º 0.49% 0.4% -
HSV(B) 126.6º 0.65% 0.6% -
XYZ 13.78 23.91 8.74 -
YUV 112.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 53 153 64 0.65 0 0.58 0.4 126.6 0.49 0.4
Hex 35 99 40 41 0 3A 28 7F 31 28
Octal 65 231 100 101 0 72 50 177 61 50
Binary 110101 10011001 1000000 1000001 0 111010 101000 1111111 110001 101000

Color Harmonies of #359940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359940

Black with #359940

Text Example


Text Example

White with #359940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359940; }

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

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

background-color css

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

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

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

border-color css

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

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

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