#38AF45

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

Shades of Fruit Salad #38AF45

Tints of Fruit Salad #38AF45

Color information

#38AF45 (or 0x38AF45) is unknown color: approx Fruit Salad. HEX triplet: 38, AF and 45. RGB value is (56,175,69). Sum of RGB (Red+Green+Blue) = 56+175+69=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF45 is #C750BA. Grayscale: #7F7F7F. Windows color (decimal): -13062331 or 4566840. OLE color: 4566840.

HSL color Cylindrical-coordinate representation of color #38AF45: hue angle of 126.55º 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 #38AF45 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB5617569-
CMYK0.6800.610.31
HSL126.55º51.52%45.29%-
HSV(B)126.55º68%68.63%-
XYZ18.0431.9310.84-
YUV127.3495.0877.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 175 (68.75% from 255) = 58.33%
BLUE value IS 69 (27.34% from 255) = 23%
R=18.67%
G=58.33%
B=23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175690.6800.610.31126.5551.5245.29
Hex38AF454403D1F7f342d
Octal70257105104075371776455
Binary11100010101111100010110001000111101111111111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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