Html Css Color HEX #3CA238 Fruit Salad

📋 copy color: '#3CA238'

red 60 ◦ green 162 ◦ blue 56

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

Shades of Fruit Salad #3CA238

Tints of Fruit Salad #3CA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.27%

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 21.58%
G = 58.27%
B = 20.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#3CA238 (or 0x3CA238) is known color: Fruit Salad. HEX triplet: 3C, A2 and 38. RGB value is (60,162,56). Sum of RGB (Red+Green+Blue) = 60+162+56=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA238 is #C35DC7. Grayscale: #777777. Windows color (decimal): -12803528 or 3711548. OLE color: 3711548.

HSL color Cylindrical-coordinate representation of color #3CA238: hue angle of 117.74º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CA238 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 56 -
CMYK 0.63 0 0.65 0.36
HSL 117.74º 0.49% 0.43% -
HSV(B) 117.74º 0.65% 0.64% -
XYZ 15.5 27.09 8.15 -
YUV 119.42 92.21 85.62 -
System Red Green Blue C M Y K H S L
Decimal 60 162 56 0.63 0 0.65 0.36 117.74 0.49 0.43
Hex 3C A2 38 3F 0 41 24 76 31 2B
Octal 74 242 70 77 0 101 44 166 61 53
Binary 111100 10100010 111000 111111 0 1000001 100100 1110110 110001 101011

Color Harmonies of #3CA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA238

Black with #3CA238

Text Example


Text Example

White with #3CA238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,162,56); }

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

background-color css

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

 a { background-color: rgb(60,162,56); }

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

border-color css

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

 span { border-color: rgb(60,162,56); }

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