#38A236

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

Shades of Fruit Salad #38A236

Tints of Fruit Salad #38A236

Color information

#38A236 (or 0x38A236) is unknown color: approx Fruit Salad. HEX triplet: 38, A2 and 36. RGB value is (56,162,54). Sum of RGB (Red+Green+Blue) = 56+162+54=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #38A236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A236 is #C75DC9. Grayscale: #767676. Windows color (decimal): -13065674 or 3580472. OLE color: 3580472.

HSL color Cylindrical-coordinate representation of color #38A236: hue angle of 118.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A236 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB5616254-
CMYK0.6500.670.36
HSL118.89º50%42.35%-
HSV(B)118.89º66.67%63.53%-
XYZ15.2226.957.89-
YUV117.9991.8883.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 162 (63.67% from 255) = 59.56%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=20.59%
G=59.56%
B=19.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56162540.6500.670.36118.895042.35
Hex38A236410432477322a
Octal70242661010103441676252
Binary111000101000101101101000001010000111001001110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,54); }

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

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

 a { background-color: rgb(56,162,54); }

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

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

 span { border-color: rgb(56,162,54); }

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