#38775A

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

Shades of Amazon #38775A

Tints of Amazon #38775A

Color information

#38775A (or 0x38775A) is unknown color: approx Amazon. HEX triplet: 38, 77 and 5A. RGB value is (56,119,90). Sum of RGB (Red+Green+Blue) = 56+119+90=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #38775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38775A is #C788A5. Grayscale: #606060. Windows color (decimal): -13076646 or 5928760. OLE color: 5928760.

HSL color Cylindrical-coordinate representation of color #38775A: hue angle of 152.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38775A is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5611990-
CMYK0.5300.240.53
HSL152.38º36%34.31%-
HSV(B)152.38º52.94%46.67%-
XYZ10.0714.7711.99-
YUV96.86124.1398.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=21.13%
G=44.91%
B=33.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119900.5300.240.53152.383634.31
Hex38775A3501835982422
Octal7016713265030652304442
Binary1110001110111101101011010101100011010110011000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38775A; }

 p { color: rgb(56,119,90); }

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

<style>
 a { background-color: #38775A; }

 a { background-color: rgb(56,119,90); }

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

<style>
 span { border-color: #38775A; }

 span { border-color: rgb(56,119,90); }

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