Html Css Color HEX #3CB448 Fruit Salad

📋 copy color: '#3CB448'

red 60 ◦ green 180 ◦ blue 72

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

Shades of Fruit Salad #3CB448

Tints of Fruit Salad #3CB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.69%

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 19.23%
G = 57.69%
B = 23.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#3CB448 (or 0x3CB448) is known color: Fruit Salad. HEX triplet: 3C, B4 and 48. RGB value is (60,180,72). Sum of RGB (Red+Green+Blue) = 60+180+72=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB448 is #C34BB7. Grayscale: #848484. Windows color (decimal): -12798904 or 4764732. OLE color: 4764732.

HSL color Cylindrical-coordinate representation of color #3CB448: hue angle of 126º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB448 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 180 72 -
CMYK 0.67 0 0.60 0.29
HSL 126º 0.5% 0.47% -
HSV(B) 126º 0.67% 0.71% -
XYZ 19.35 34.07 11.69 -
YUV 131.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 60 180 72 0.67 0 0.60 0.29 126 0.5 0.47
Hex 3C B4 48 43 0 3C 1D 7E 32 2F
Octal 74 264 110 103 0 74 35 176 62 57
Binary 111100 10110100 1001000 1000011 0 111100 11101 1111110 110010 101111

Color Harmonies of #3CB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB448

Black with #3CB448

Text Example


Text Example

White with #3CB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,72); }

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

background-color css

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

 a { background-color: rgb(60,180,72); }

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

border-color css

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

 span { border-color: rgb(60,180,72); }

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