Html Css Color HEX #35993E Fruit Salad

📋 copy color: '#35993E'

red 53 ◦ green 153 ◦ blue 62

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

Shades of Fruit Salad #35993E

Tints of Fruit Salad #35993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.09%

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 19.78%
G = 57.09%
B = 23.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#35993E (or 0x35993E) is known color: Fruit Salad. HEX triplet: 35, 99 and 3E. RGB value is (53,153,62). Sum of RGB (Red+Green+Blue) = 53+153+62=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #35993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35993E is #CA66C1. Grayscale: #707070. Windows color (decimal): -13264578 or 4102453. OLE color: 4102453.

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

Color convert

RGB 53 153 62 -
CMYK 0.65 0 0.59 0.4
HSL 125.4º 0.49% 0.4% -
HSV(B) 125.4º 0.65% 0.6% -
XYZ 13.73 23.89 8.44 -
YUV 112.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 53 153 62 0.65 0 0.59 0.4 125.4 0.49 0.4
Hex 35 99 3E 41 0 3B 28 7D 31 28
Octal 65 231 76 101 0 73 50 175 61 50
Binary 110101 10011001 111110 1000001 0 111011 101000 1111101 110001 101000

Color Harmonies of #35993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35993E

Black with #35993E

Text Example


Text Example

White with #35993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35993E; }

 p { color: rgb(53,153,62); }

 H1.HeaderClassName
 {
   color: #35993E;
 }
 .AnyTagClassName
 {
   color: #35993E;
 }
</style>

background-color css

<style>
 a { background-color: #35993E; }

 a { background-color: rgb(53,153,62); }

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

border-color css

<style>
 span { border-color: #35993E; }

 span { border-color: rgb(53,153,62); }

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