Html Css Color HEX #359F3E Fruit Salad

📋 copy color: '#359F3E'

red 53 ◦ green 159 ◦ blue 62

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

Shades of Fruit Salad #359F3E

Tints of Fruit Salad #359F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.63%

R = 19.34%
G = 58.03%
B = 22.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#359F3E (or 0x359F3E) is known color: Fruit Salad. HEX triplet: 35, 9F and 3E. RGB value is (53,159,62). Sum of RGB (Red+Green+Blue) = 53+159+62=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #359F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359F3E is #CA60C1. Grayscale: #747474. Windows color (decimal): -13263042 or 4103989. OLE color: 4103989.

HSL color Cylindrical-coordinate representation of color #359F3E: hue angle of 125.09º 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 #359F3E is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 159 62 -
CMYK 0.67 0 0.61 0.38
HSL 125.09º 0.5% 0.42% -
HSV(B) 125.09º 0.67% 0.62% -
XYZ 14.74 25.9 8.78 -
YUV 116.25 97.38 82.89 -
System Red Green Blue C M Y K H S L
Decimal 53 159 62 0.67 0 0.61 0.38 125.09 0.5 0.42
Hex 35 9F 3E 43 0 3D 26 7D 32 2A
Octal 65 237 76 103 0 75 46 175 62 52
Binary 110101 10011111 111110 1000011 0 111101 100110 1111101 110010 101010

Color Harmonies of #359F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359F3E

Black with #359F3E

Text Example


Text Example

White with #359F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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