Html Css Color HEX #35963C Fruit Salad

📋 copy color: '#35963C'

red 53 ◦ green 150 ◦ blue 60

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

Shades of Fruit Salad #35963C

Tints of Fruit Salad #35963C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.03%

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 20.15%
G = 57.03%
B = 22.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#35963C (or 0x35963C) is known color: Fruit Salad. HEX triplet: 35, 96 and 3C. RGB value is (53,150,60). Sum of RGB (Red+Green+Blue) = 53+150+60=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #35963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35963C is #CA69C3. Grayscale: #6F6F6F. Windows color (decimal): -13265348 or 3970613. OLE color: 3970613.

HSL color Cylindrical-coordinate representation of color #35963C: hue angle of 124.33º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35963C is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 60 -
CMYK 0.65 0 0.6 0.41
HSL 124.33º 0.48% 0.4% -
HSV(B) 124.33º 0.65% 0.59% -
XYZ 13.19 22.9 8 -
YUV 110.74 99.36 86.82 -
System Red Green Blue C M Y K H S L
Decimal 53 150 60 0.65 0 0.6 0.41 124.33 0.48 0.4
Hex 35 96 3C 41 0 3C 29 7C 30 28
Octal 65 226 74 101 0 74 51 174 60 50
Binary 110101 10010110 111100 1000001 0 111100 101001 1111100 110000 101000

Color Harmonies of #35963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35963C

Black with #35963C

Text Example


Text Example

White with #35963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35963C; }

 p { color: rgb(53,150,60); }

 H1.HeaderClassName
 {
   color: #35963C;
 }
 .AnyTagClassName
 {
   color: #35963C;
 }
</style>

background-color css

<style>
 a { background-color: #35963C; }

 a { background-color: rgb(53,150,60); }

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

border-color css

<style>
 span { border-color: #35963C; }

 span { border-color: rgb(53,150,60); }

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