Html Css Color HEX #3CAA35 Fruit Salad

📋 copy color: '#3CAA35'

red 60 ◦ green 170 ◦ blue 53

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

Shades of Fruit Salad #3CAA35

Tints of Fruit Salad #3CAA35

RGB

 RED value IS 60 (23.83% from 255) = 21.2%

 GREEN value IS 170 (66.8% from 255) = 60.07%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 21.2%
G = 60.07%
B = 18.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#3CAA35 (or 0x3CAA35) is known color: Fruit Salad. HEX triplet: 3C, AA and 35. RGB value is (60,170,53). Sum of RGB (Red+Green+Blue) = 60+170+53=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA35 is #C355CA. Grayscale: #7C7C7C. Windows color (decimal): -12801483 or 3516988. OLE color: 3516988.

HSL color Cylindrical-coordinate representation of color #3CAA35: hue angle of 116.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CAA35 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 53 -
CMYK 0.65 0 0.69 0.33
HSL 116.41º 0.52% 0.44% -
HSV(B) 116.41º 0.69% 0.67% -
XYZ 16.88 29.97 8.26 -
YUV 123.77 88.06 82.51 -
System Red Green Blue C M Y K H S L
Decimal 60 170 53 0.65 0 0.69 0.33 116.41 0.52 0.44
Hex 3C AA 35 41 0 45 21 74 34 2C
Octal 74 252 65 101 0 105 41 164 64 54
Binary 111100 10101010 110101 1000001 0 1000101 100001 1110100 110100 101100

Color Harmonies of #3CAA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA35

Black with #3CAA35

Text Example


Text Example

White with #3CAA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CAA35; }

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

 H1.HeaderClassName
 {
   color: #3CAA35;
 }
 .AnyTagClassName
 {
   color: #3CAA35;
 }
</style>

background-color css

<style>
 a { background-color: #3CAA35; }

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

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

border-color css

<style>
 span { border-color: #3CAA35; }

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

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