Html Css Color HEX #359B42 Fruit Salad

📋 copy color: '#359B42'

red 53 ◦ green 155 ◦ blue 66

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

Shades of Fruit Salad #359B42

Tints of Fruit Salad #359B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.57%

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

R = 19.34%
G = 56.57%
B = 24.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#359B42 (or 0x359B42) is known color: Fruit Salad. HEX triplet: 35, 9B and 42. RGB value is (53,155,66). Sum of RGB (Red+Green+Blue) = 53+155+66=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #359B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359B42 is #CA64BD. Grayscale: #727272. Windows color (decimal): -13264062 or 4365109. OLE color: 4365109.

HSL color Cylindrical-coordinate representation of color #359B42: hue angle of 127.65º 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 #359B42 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 155 66 -
CMYK 0.66 0 0.57 0.39
HSL 127.65º 0.49% 0.41% -
HSV(B) 127.65º 0.66% 0.61% -
XYZ 14.17 24.59 9.15 -
YUV 114.36 100.71 84.24 -
System Red Green Blue C M Y K H S L
Decimal 53 155 66 0.66 0 0.57 0.39 127.65 0.49 0.41
Hex 35 9B 42 42 0 39 27 80 31 29
Octal 65 233 102 102 0 71 47 200 61 51
Binary 110101 10011011 1000010 1000010 0 111001 100111 10000000 110001 101001

Color Harmonies of #359B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B42

Black with #359B42

Text Example


Text Example

White with #359B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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