#38774B

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

Shades of Amazon #38774B

Tints of Amazon #38774B

Color information

#38774B (or 0x38774B) is unknown color: approx Amazon. HEX triplet: 38, 77 and 4B. RGB value is (56,119,75). Sum of RGB (Red+Green+Blue) = 56+119+75=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #38774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38774B is #C788B4. Grayscale: #5F5F5F. Windows color (decimal): -13076661 or 4945720. OLE color: 4945720.

HSL color Cylindrical-coordinate representation of color #38774B: hue angle of 138.1º 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 #38774B is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB5611975-
CMYK0.5300.370.53
HSL138.1º36%34.31%-
HSV(B)138.1º52.94%46.67%-
XYZ9.514.548.96-
YUV95.15116.63100.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 75 (29.69% from 255) = 30%
R=22.4%
G=47.6%
B=30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119750.5300.370.53138.13634.31
Hex38774B35025358a2422
Octal7016711365045652124442
Binary11100011101111001011110101010010111010110001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38774B; }

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

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

<style>
 a { background-color: #38774B; }

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

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

<style>
 span { border-color: #38774B; }

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

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