Html Css Color HEX #359A3B Fruit Salad

📋 copy color: '#359A3B'

red 53 ◦ green 154 ◦ blue 59

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

Shades of Fruit Salad #359A3B

Tints of Fruit Salad #359A3B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.89%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 19.92%
G = 57.89%
B = 22.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#359A3B (or 0x359A3B) is known color: Fruit Salad. HEX triplet: 35, 9A and 3B. RGB value is (53,154,59). Sum of RGB (Red+Green+Blue) = 53+154+59=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 154 (60.55% from 255 or 57.89% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 154 - color contains mainly: green. Hex color #359A3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359A3B is #CA65C4. Grayscale: #717171. Windows color (decimal): -13264325 or 3906101. OLE color: 3906101.

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

Color convert

RGB 53 154 59 -
CMYK 0.66 0 0.62 0.40
HSL 123.56º 0.49% 0.41% -
HSV(B) 123.56º 0.66% 0.6% -
XYZ 13.81 24.18 8.08 -
YUV 112.97 97.54 85.22 -
System Red Green Blue C M Y K H S L
Decimal 53 154 59 0.66 0 0.62 0.40 123.56 0.49 0.41
Hex 35 9A 3B 42 0 3E 28 7C 31 29
Octal 65 232 73 102 0 76 50 174 61 51
Binary 110101 10011010 111011 1000010 0 111110 101000 1111100 110001 101001

Color Harmonies of #359A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A3B

Black with #359A3B

Text Example


Text Example

White with #359A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,154,59); }

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

background-color css

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

 a { background-color: rgb(53,154,59); }

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

border-color css

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

 span { border-color: rgb(53,154,59); }

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