#38B341

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

Shades of Fruit Salad #38B341

Tints of Fruit Salad #38B341

Color information

#38B341 (or 0x38B341) is unknown color: approx Fruit Salad. HEX triplet: 38, B3 and 41. RGB value is (56,179,65). Sum of RGB (Red+Green+Blue) = 56+179+65=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #38B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B341 is #C74CBE. Grayscale: #818181. Windows color (decimal): -13061311 or 4305720. OLE color: 4305720.

HSL color Cylindrical-coordinate representation of color #38B341: hue angle of 124.39º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B341 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB5617965-
CMYK0.6900.640.30
HSL124.39º52.34%46.08%-
HSV(B)124.39º68.72%70.2%-
XYZ18.7133.4610.47-
YUV129.2391.7575.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 179 (70.31% from 255) = 59.67%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=18.67%
G=59.67%
B=21.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179650.6900.640.30124.3952.3446.08
Hex38B341450401E7c342e
Octal702631011050100361746456
Binary111000101100111000001100010101000000111101111100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,179,65); }

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

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

 a { background-color: rgb(56,179,65); }

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

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

 span { border-color: rgb(56,179,65); }

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