Html Css Color HEX #3CA935 Fruit Salad

📋 copy color: '#3CA935'

red 60 ◦ green 169 ◦ blue 53

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

Shades of Fruit Salad #3CA935

Tints of Fruit Salad #3CA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.93%

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

R = 21.28%
G = 59.93%
B = 18.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#3CA935 (or 0x3CA935) is known color: Fruit Salad. HEX triplet: 3C, A9 and 35. RGB value is (60,169,53). Sum of RGB (Red+Green+Blue) = 60+169+53=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA935 is #C356CA. Grayscale: #7B7B7B. Windows color (decimal): -12801739 or 3516732. OLE color: 3516732.

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

Color convert

RGB 60 169 53 -
CMYK 0.64 0 0.69 0.34
HSL 116.38º 0.52% 0.44% -
HSV(B) 116.38º 0.69% 0.66% -
XYZ 16.69 29.59 8.2 -
YUV 123.19 88.39 82.93 -
System Red Green Blue C M Y K H S L
Decimal 60 169 53 0.64 0 0.69 0.34 116.38 0.52 0.44
Hex 3C A9 35 40 0 45 22 74 34 2C
Octal 74 251 65 100 0 105 42 164 64 54
Binary 111100 10101001 110101 1000000 0 1000101 100010 1110100 110100 101100

Color Harmonies of #3CA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA935

Black with #3CA935

Text Example


Text Example

White with #3CA935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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