Html Css Color HEX #35B345 Fruit Salad

📋 copy color: '#35B345'

red 53 ◦ green 179 ◦ blue 69

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

Shades of Fruit Salad #35B345

Tints of Fruit Salad #35B345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.47%

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 17.61%
G = 59.47%
B = 22.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#35B345 (or 0x35B345) is known color: Fruit Salad. HEX triplet: 35, B3 and 45. RGB value is (53,179,69). Sum of RGB (Red+Green+Blue) = 53+179+69=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #35B345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B345 is #CA4CBA. Grayscale: #818181. Windows color (decimal): -13257915 or 4567861. OLE color: 4567861.

HSL color Cylindrical-coordinate representation of color #35B345: hue angle of 127.62º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B345 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 179 69 -
CMYK 0.70 0 0.61 0.30
HSL 127.62º 0.54% 0.45% -
HSV(B) 127.62º 0.7% 0.7% -
XYZ 18.66 33.43 11.1 -
YUV 128.79 94.26 73.94 -
System Red Green Blue C M Y K H S L
Decimal 53 179 69 0.70 0 0.61 0.30 127.62 0.54 0.45
Hex 35 B3 45 46 0 3D 1E 80 36 2D
Octal 65 263 105 106 0 75 36 200 66 55
Binary 110101 10110011 1000101 1000110 0 111101 11110 10000000 110110 101101

Color Harmonies of #35B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B345

Black with #35B345

Text Example


Text Example

White with #35B345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35B345; }

 p { color: rgb(53,179,69); }

 H1.HeaderClassName
 {
   color: #35B345;
 }
 .AnyTagClassName
 {
   color: #35B345;
 }
</style>

background-color css

<style>
 a { background-color: #35B345; }

 a { background-color: rgb(53,179,69); }

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

border-color css

<style>
 span { border-color: #35B345; }

 span { border-color: rgb(53,179,69); }

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