Html Css Color HEX #359F3A Fruit Salad

📋 copy color: '#359F3A'

red 53 ◦ green 159 ◦ blue 58

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

Shades of Fruit Salad #359F3A

Tints of Fruit Salad #359F3A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 58.89%

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 19.63%
G = 58.89%
B = 21.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#359F3A (or 0x359F3A) is known color: Fruit Salad. HEX triplet: 35, 9F and 3A. RGB value is (53,159,58). Sum of RGB (Red+Green+Blue) = 53+159+58=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 159 (62.5% from 255 or 58.89% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 159 - color contains mainly: green. Hex color #359F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359F3A is #CA60C5. Grayscale: #747474. Windows color (decimal): -13263046 or 3841845. OLE color: 3841845.

HSL color Cylindrical-coordinate representation of color #359F3A: hue angle of 122.83º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F3A is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 159 58 -
CMYK 0.67 0 0.64 0.38
HSL 122.83º 0.5% 0.42% -
HSV(B) 122.83º 0.67% 0.62% -
XYZ 14.63 25.86 8.22 -
YUV 115.79 95.38 83.21 -
System Red Green Blue C M Y K H S L
Decimal 53 159 58 0.67 0 0.64 0.38 122.83 0.5 0.42
Hex 35 9F 3A 43 0 40 26 7B 32 2A
Octal 65 237 72 103 0 100 46 173 62 52
Binary 110101 10011111 111010 1000011 0 1000000 100110 1111011 110010 101010

Color Harmonies of #359F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359F3A

Black with #359F3A

Text Example


Text Example

White with #359F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,159,58); }

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

background-color css

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

 a { background-color: rgb(53,159,58); }

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

border-color css

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

 span { border-color: rgb(53,159,58); }

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