#38A435

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

Shades of Fruit Salad #38A435

Tints of Fruit Salad #38A435

Color information

#38A435 (or 0x38A435) is unknown color: approx Fruit Salad. HEX triplet: 38, A4 and 35. RGB value is (56,164,53). Sum of RGB (Red+Green+Blue) = 56+164+53=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #38A435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A435 is #C75BCA. Grayscale: #777777. Windows color (decimal): -13065163 or 3515448. OLE color: 3515448.

HSL color Cylindrical-coordinate representation of color #38A435: hue angle of 118.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A435 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB5616453-
CMYK0.6600.680.36
HSL118.38º51.15%42.55%-
HSV(B)118.38º67.68%64.31%-
XYZ15.5527.657.89-
YUV119.0590.7283.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 164 (64.45% from 255) = 60.07%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=20.51%
G=60.07%
B=19.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56164530.6600.680.36118.3851.1542.55
Hex38A435420442476332b
Octal70244651020104441666353
Binary111000101001001101011000010010001001001001110110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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