#38A935

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

Shades of Fruit Salad #38A935

Tints of Fruit Salad #38A935

Color information

#38A935 (or 0x38A935) is unknown color: approx Fruit Salad. HEX triplet: 38, A9 and 35. RGB value is (56,169,53). Sum of RGB (Red+Green+Blue) = 56+169+53=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #38A935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A935 is #C756CA. Grayscale: #7A7A7A. Windows color (decimal): -13063883 or 3516728. OLE color: 3516728.

HSL color Cylindrical-coordinate representation of color #38A935: hue angle of 118.45º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A935 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB5616953-
CMYK0.6700.690.34
HSL118.45º52.25%43.53%-
HSV(B)118.45º68.64%66.27%-
XYZ16.4629.478.19-
YUV121.9989.0680.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 169 (66.41% from 255) = 60.79%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=20.14%
G=60.79%
B=19.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal56169530.6700.690.34118.4552.2543.53
Hex38A935430452276342c
Octal70251651030105421666454
Binary111000101010011101011000011010001011000101110110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,169,53); }

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

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

 a { background-color: rgb(56,169,53); }

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

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

 span { border-color: rgb(56,169,53); }

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