#38A536

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

Shades of Fruit Salad #38A536

Tints of Fruit Salad #38A536

Color information

#38A536 (or 0x38A536) is unknown color: approx Fruit Salad. HEX triplet: 38, A5 and 36. RGB value is (56,165,54). Sum of RGB (Red+Green+Blue) = 56+165+54=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #38A536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A536 is #C75AC9. Grayscale: #787878. Windows color (decimal): -13064906 or 3581240. OLE color: 3581240.

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

Color convert

RGB5616554-
CMYK0.6600.670.35
HSL118.92º50.68%42.94%-
HSV(B)118.92º67.27%64.71%-
XYZ15.7528.028.07-
YUV119.7690.8982.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 165 (64.84% from 255) = 60%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=20.36%
G=60%
B=19.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56165540.6600.670.35118.9250.6842.94
Hex38A536420432377332b
Octal70245661020103431676353
Binary111000101001011101101000010010000111000111110111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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