Html Css Color HEX #35953F Fruit Salad

📋 copy color: '#35953F'

red 53 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #35953F

Tints of Fruit Salad #35953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.23%

 BLUE value IS 63 (25% from 255) = 23.77%

R = 20%
G = 56.23%
B = 23.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#35953F (or 0x35953F) is known color: Fruit Salad. HEX triplet: 35, 95 and 3F. RGB value is (53,149,63). Sum of RGB (Red+Green+Blue) = 53+149+63=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #35953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35953F is #CA6AC0. Grayscale: #6E6E6E. Windows color (decimal): -13265601 or 4166965. OLE color: 4166965.

HSL color Cylindrical-coordinate representation of color #35953F: hue angle of 126.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35953F is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 63 -
CMYK 0.64 0 0.58 0.42
HSL 126.25º 0.48% 0.4% -
HSV(B) 126.25º 0.64% 0.58% -
XYZ 13.11 22.61 8.38 -
YUV 110.49 101.2 86.99 -
System Red Green Blue C M Y K H S L
Decimal 53 149 63 0.64 0 0.58 0.42 126.25 0.48 0.4
Hex 35 95 3F 40 0 3A 2A 7E 30 28
Octal 65 225 77 100 0 72 52 176 60 50
Binary 110101 10010101 111111 1000000 0 111010 101010 1111110 110000 101000

Color Harmonies of #35953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35953F

Black with #35953F

Text Example


Text Example

White with #35953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35953F; }

 p { color: rgb(53,149,63); }

 H1.HeaderClassName
 {
   color: #35953F;
 }
 .AnyTagClassName
 {
   color: #35953F;
 }
</style>

background-color css

<style>
 a { background-color: #35953F; }

 a { background-color: rgb(53,149,63); }

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

border-color css

<style>
 span { border-color: #35953F; }

 span { border-color: rgb(53,149,63); }

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