Html Css Color HEX #359941 Fruit Salad

📋 copy color: '#359941'

red 53 ◦ green 153 ◦ blue 65

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

Shades of Fruit Salad #359941

Tints of Fruit Salad #359941

RGB

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

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

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

R = 19.56%
G = 56.46%
B = 23.99%

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

#359941 (or 0x359941) is known color: Fruit Salad. HEX triplet: 35, 99 and 41. RGB value is (53,153,65). Sum of RGB (Red+Green+Blue) = 53+153+65=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #359941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359941 is #CA66BE. Grayscale: #717171. Windows color (decimal): -13264575 or 4299061. OLE color: 4299061.

HSL color Cylindrical-coordinate representation of color #359941: hue angle of 127.2º 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 #359941 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 65 -
CMYK 0.65 0 0.58 0.4
HSL 127.2º 0.49% 0.4% -
HSV(B) 127.2º 0.65% 0.6% -
XYZ 13.81 23.92 8.89 -
YUV 113.07 100.87 85.16 -
System Red Green Blue C M Y K H S L
Decimal 53 153 65 0.65 0 0.58 0.4 127.2 0.49 0.4
Hex 35 99 41 41 0 3A 28 7F 31 28
Octal 65 231 101 101 0 72 50 177 61 50
Binary 110101 10011001 1000001 1000001 0 111010 101000 1111111 110001 101000

Color Harmonies of #359941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359941

Black with #359941

Text Example


Text Example

White with #359941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359941; }

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

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

background-color css

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

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

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

border-color css

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

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

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