Html Css Color HEX #3AB248 Fruit Salad

📋 copy color: '#3AB248'

red 58 ◦ green 178 ◦ blue 72

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

Shades of Fruit Salad #3AB248

Tints of Fruit Salad #3AB248

RGB

 RED value IS 58 (23.05% from 255) = 18.83%

 GREEN value IS 178 (69.92% from 255) = 57.79%

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

R = 18.83%
G = 57.79%
B = 23.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#3AB248 (or 0x3AB248) is known color: Fruit Salad. HEX triplet: 3A, B2 and 48. RGB value is (58,178,72). Sum of RGB (Red+Green+Blue) = 58+178+72=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB248 is #C54DB7. Grayscale: #828282. Windows color (decimal): -12930488 or 4764218. OLE color: 4764218.

HSL color Cylindrical-coordinate representation of color #3AB248: hue angle of 127º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB248 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 178 72 -
CMYK 0.67 0 0.60 0.30
HSL 127º 0.51% 0.46% -
HSV(B) 127º 0.67% 0.7% -
XYZ 18.84 33.21 11.55 -
YUV 130.04 95.24 76.62 -
System Red Green Blue C M Y K H S L
Decimal 58 178 72 0.67 0 0.60 0.30 127 0.51 0.46
Hex 3A B2 48 43 0 3C 1E 7F 33 2E
Octal 72 262 110 103 0 74 36 177 63 56
Binary 111010 10110010 1001000 1000011 0 111100 11110 1111111 110011 101110

Color Harmonies of #3AB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB248

Black with #3AB248

Text Example


Text Example

White with #3AB248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,178,72); }

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

background-color css

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

 a { background-color: rgb(58,178,72); }

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

border-color css

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

 span { border-color: rgb(58,178,72); }

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