#38923F

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

Shades of Fruit Salad #38923F

Tints of Fruit Salad #38923F

Color information

#38923F (or 0x38923F) is unknown color: approx Fruit Salad. HEX triplet: 38, 92 and 3F. RGB value is (56,146,63). Sum of RGB (Red+Green+Blue) = 56+146+63=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #38923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38923F is #C76DC0. Grayscale: #6D6D6D. Windows color (decimal): -13069761 or 4166200. OLE color: 4166200.

HSL color Cylindrical-coordinate representation of color #38923F: hue angle of 124.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38923F is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB5614663-
CMYK0.6200.570.43
HSL124.67º44.55%39.61%-
HSV(B)124.67º61.64%57.25%-
XYZ12.8121.768.23-
YUV109.63101.6889.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 63 (25% from 255) = 23.77%
R=21.13%
G=55.09%
B=23.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56146630.6200.570.43124.6744.5539.61
Hex38923F3E0392B7d2d28
Octal702227776071531755550
Binary1110001001001011111111111001110011010111111101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38923F; }

 p { color: rgb(56,146,63); }

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

<style>
 a { background-color: #38923F; }

 a { background-color: rgb(56,146,63); }

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

<style>
 span { border-color: #38923F; }

 span { border-color: rgb(56,146,63); }

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