#38A434

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

Shades of Fruit Salad #38A434

Tints of Fruit Salad #38A434

Color information

#38A434 (or 0x38A434) is unknown color: approx Fruit Salad. HEX triplet: 38, A4 and 34. RGB value is (56,164,52). Sum of RGB (Red+Green+Blue) = 56+164+52=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #38A434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A434 is #C75BCB. Grayscale: #777777. Windows color (decimal): -13065164 or 3449912. OLE color: 3449912.

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

Color convert

RGB5616452-
CMYK0.6600.680.36
HSL117.86º51.85%42.35%-
HSV(B)117.86º68.29%64.31%-
XYZ15.5327.647.77-
YUV118.9490.2283.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 164 (64.45% from 255) = 60.29%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=20.59%
G=60.29%
B=19.12%

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
Decimal56164520.6600.680.36117.8651.8542.35
Hex38A434420442476342a
Octal70244641020104441666452
Binary111000101001001101001000010010001001001001110110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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