Html Css Color HEX #387758 Amazon

📋 copy color: '#387758'

red 56 ◦ green 119 ◦ blue 88

#387758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #387758

Tints of Amazon #387758

RGB

 RED value IS 56 (22.27% from 255) = 21.29%

 GREEN value IS 119 (46.88% from 255) = 45.25%

 BLUE value IS 88 (34.77% from 255) = 33.46%

R = 21.29%
G = 45.25%
B = 33.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#387758 (or 0x387758) is known color: Amazon. HEX triplet: 38, 77 and 58. RGB value is (56,119,88). Sum of RGB (Red+Green+Blue) = 56+119+88=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #387758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387758 is #C788A7. Grayscale: #606060. Windows color (decimal): -13076648 or 5797688. OLE color: 5797688.

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

Color convert

RGB 56 119 88 -
CMYK 0.53 0 0.26 0.53
HSL 150.48º 0.36% 0.34% -
HSV(B) 150.48º 0.53% 0.47% -
XYZ 9.99 14.74 11.55 -
YUV 96.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 56 119 88 0.53 0 0.26 0.53 150.48 0.36 0.34
Hex 38 77 58 35 0 1A 35 96 24 22
Octal 70 167 130 65 0 32 65 226 44 42
Binary 111000 1110111 1011000 110101 0 11010 110101 10010110 100100 100010

Color Harmonies of #387758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387758

Black with #387758

Text Example


Text Example

White with #387758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387758; }

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

 H1.HeaderClassName
 {
   color: #387758;
 }
 .AnyTagClassName
 {
   color: #387758;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #387758;
 }
 .BgClassName
 {
   background-color: #387758;
 }
</style>

border-color css

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

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

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