Html Css Color HEX #35993C Fruit Salad

📋 copy color: '#35993C'

red 53 ◦ green 153 ◦ blue 60

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

Shades of Fruit Salad #35993C

Tints of Fruit Salad #35993C

RGB

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

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

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

R = 19.92%
G = 57.52%
B = 22.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#35993C (or 0x35993C) is known color: Fruit Salad. HEX triplet: 35, 99 and 3C. RGB value is (53,153,60). Sum of RGB (Red+Green+Blue) = 53+153+60=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #35993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35993C is #CA66C3. Grayscale: #707070. Windows color (decimal): -13264580 or 3971381. OLE color: 3971381.

HSL color Cylindrical-coordinate representation of color #35993C: hue angle of 124.2º 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 #35993C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 60 -
CMYK 0.65 0 0.61 0.4
HSL 124.2º 0.49% 0.4% -
HSV(B) 124.2º 0.65% 0.6% -
XYZ 13.68 23.87 8.16 -
YUV 112.5 98.37 85.56 -
System Red Green Blue C M Y K H S L
Decimal 53 153 60 0.65 0 0.61 0.4 124.2 0.49 0.4
Hex 35 99 3C 41 0 3D 28 7C 31 28
Octal 65 231 74 101 0 75 50 174 61 50
Binary 110101 10011001 111100 1000001 0 111101 101000 1111100 110001 101000

Color Harmonies of #35993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35993C

Black with #35993C

Text Example


Text Example

White with #35993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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