Html Css Color HEX #388060 Amazon

📋 copy color: '#388060'

red 56 ◦ green 128 ◦ blue 96

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

Shades of Amazon #388060

Tints of Amazon #388060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 20%
G = 45.71%
B = 34.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#388060 (or 0x388060) is known color: Amazon. HEX triplet: 38, 80 and 60. RGB value is (56,128,96). Sum of RGB (Red+Green+Blue) = 56+128+96=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #388060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388060 is #C77F9F. Grayscale: #666666. Windows color (decimal): -13074336 or 6324280. OLE color: 6324280.

HSL color Cylindrical-coordinate representation of color #388060: hue angle of 153.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388060 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 96 -
CMYK 0.56 0 0.25 0.50
HSL 153.33º 0.39% 0.36% -
HSV(B) 153.33º 0.56% 0.5% -
XYZ 11.46 17.12 13.77 -
YUV 102.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 56 128 96 0.56 0 0.25 0.50 153.33 0.39 0.36
Hex 38 80 60 38 0 19 32 99 27 24
Octal 70 200 140 70 0 31 62 231 47 44
Binary 111000 10000000 1100000 111000 0 11001 110010 10011001 100111 100100

Color Harmonies of #388060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388060

Black with #388060

Text Example


Text Example

White with #388060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388060; }

 p { color: rgb(56,128,96); }

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

background-color css

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

 a { background-color: rgb(56,128,96); }

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

border-color css

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

 span { border-color: rgb(56,128,96); }

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