Html Css Color HEX #359C42 Fruit Salad

📋 copy color: '#359C42'

red 53 ◦ green 156 ◦ blue 66

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

Shades of Fruit Salad #359C42

Tints of Fruit Salad #359C42

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.73%

 BLUE value IS 66 (26.17% from 255) = 24%

R = 19.27%
G = 56.73%
B = 24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#359C42 (or 0x359C42) is known color: Fruit Salad. HEX triplet: 35, 9C and 42. RGB value is (53,156,66). Sum of RGB (Red+Green+Blue) = 53+156+66=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #359C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C42 is #CA63BD. Grayscale: #737373. Windows color (decimal): -13263806 or 4365365. OLE color: 4365365.

HSL color Cylindrical-coordinate representation of color #359C42: hue angle of 127.57º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C42 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 66 -
CMYK 0.66 0 0.58 0.39
HSL 127.57º 0.49% 0.41% -
HSV(B) 127.57º 0.66% 0.61% -
XYZ 14.34 24.93 9.21 -
YUV 114.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 53 156 66 0.66 0 0.58 0.39 127.57 0.49 0.41
Hex 35 9C 42 42 0 3A 27 80 31 29
Octal 65 234 102 102 0 72 47 200 61 51
Binary 110101 10011100 1000010 1000010 0 111010 100111 10000000 110001 101001

Color Harmonies of #359C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C42

Black with #359C42

Text Example


Text Example

White with #359C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,156,66); }

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

background-color css

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

 a { background-color: rgb(53,156,66); }

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

border-color css

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

 span { border-color: rgb(53,156,66); }

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