#38A53A

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

Shades of Fruit Salad #38A53A

Tints of Fruit Salad #38A53A

Color information

#38A53A (or 0x38A53A) is unknown color: approx Fruit Salad. HEX triplet: 38, A5 and 3A. RGB value is (56,165,58). Sum of RGB (Red+Green+Blue) = 56+165+58=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #38A53A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A53A is #C75AC5. Grayscale: #787878. Windows color (decimal): -13064902 or 3843384. OLE color: 3843384.

HSL color Cylindrical-coordinate representation of color #38A53A: hue angle of 121.1º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A53A is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB5616558-
CMYK0.6600.650.35
HSL121.1º49.32%43.33%-
HSV(B)121.1º66.06%64.71%-
XYZ15.8528.068.58-
YUV120.2192.8982.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=20.07%
G=59.14%
B=20.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56165580.6600.650.35121.149.3243.33
Hex38A53A420412379312b
Octal70245721020101431716153
Binary111000101001011110101000010010000011000111111001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,165,58); }

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

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

 a { background-color: rgb(56,165,58); }

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

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

 span { border-color: rgb(56,165,58); }

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