#38A641

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

Shades of Fruit Salad #38A641

Tints of Fruit Salad #38A641

Color information

#38A641 (or 0x38A641) is unknown color: approx Fruit Salad. HEX triplet: 38, A6 and 41. RGB value is (56,166,65). Sum of RGB (Red+Green+Blue) = 56+166+65=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #38A641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A641 is #C759BE. Grayscale: #797979. Windows color (decimal): -13064639 or 4302392. OLE color: 4302392.

HSL color Cylindrical-coordinate representation of color #38A641: hue angle of 124.91º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A641 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB5616665-
CMYK0.6600.610.35
HSL124.91º49.55%43.53%-
HSV(B)124.91º66.27%65.1%-
XYZ16.2228.499.65-
YUV121.696.0681.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=19.51%
G=57.84%
B=22.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56166650.6600.610.35124.9149.5543.53
Hex38A6414203D237d322c
Octal70246101102075431756254
Binary111000101001101000001100001001111011000111111101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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