#38af48

Color #38AF48 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #38AF48

Tints of Fruit Salad #38AF48

Color information

#38AF48 (or 0x38AF48) is unknown color: approx Fruit Salad. HEX triplet: 38, AF and 48. RGB value is (56,175,72). Sum of RGB (Red+Green+Blue) = 56+175+72=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF48 is #C750B7. Grayscale: #7F7F7F. Windows color (decimal): -13062328 or 4763448. OLE color: 4763448.

HSL color Cylindrical-coordinate representation of color #38AF48: hue angle of 128.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF48 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB5617572-
CMYK0.6800.590.31
HSL128.07º51.52%45.29%-
HSV(B)128.07º68%68.63%-
XYZ18.1331.9711.35-
YUV127.6896.5876.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=18.48%
G=57.76%
B=23.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175720.6800.590.31128.0751.5245.29
Hex38AF484403B1F80342d
Octal70257110104073372006455
Binary111000101011111001000100010001110111111110000000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38af48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38af48; }

 p { color: rgb(56,175,72); }

 H1.HeaderClassName
 {
   color: #38af48;
 }
 .AnyTagClassName
 {
   color: #38af48;
 }
</style>
background-color css

<style>
 a { background-color: #38af48; }

 a { background-color: rgb(56,175,72); }

 div.DivClassName
 {
   background-color: #38af48;
 }
 .BgClassName
 {
   background-color: #38af48;
 }
</style>
border-color css

<style>
 span { border-color: #38af48; }

 span { border-color: rgb(56,175,72); }

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