#38835C

Color #38835C Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #38835C

Tints of Amazon #38835C

Color information

#38835C (or 0x38835C) is unknown color: approx Amazon. HEX triplet: 38, 83 and 5C. RGB value is (56,131,92). Sum of RGB (Red+Green+Blue) = 56+131+92=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #38835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38835C is #C77CA3. Grayscale: #686868. Windows color (decimal): -13073572 or 6062904. OLE color: 6062904.

HSL color Cylindrical-coordinate representation of color #38835C: hue angle of 148.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38835C is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB5613192-
CMYK0.5700.300.49
HSL148.8º40.11%36.67%-
HSV(B)148.8º57.25%51.37%-
XYZ11.6817.8512.95-
YUV104.13121.1593.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=20.07%
G=46.95%
B=32.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131920.5700.300.49148.840.1136.67
Hex38835C3901E31952825
Octal7020313471036612255045
Binary11100010000011101110011100101111011000110010101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38835C; }

 p { color: rgb(56,131,92); }

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

<style>
 a { background-color: #38835C; }

 a { background-color: rgb(56,131,92); }

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

<style>
 span { border-color: #38835C; }

 span { border-color: rgb(56,131,92); }

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