Html Css Color HEX #388457 Amazon

📋 copy color: '#388457'

red 56 ◦ green 132 ◦ blue 87

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

Shades of Amazon #388457

Tints of Amazon #388457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 20.36%
G = 48%
B = 31.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#388457 (or 0x388457) is known color: Amazon. HEX triplet: 38, 84 and 57. RGB value is (56,132,87). Sum of RGB (Red+Green+Blue) = 56+132+87=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #388457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388457 is #C77BA8. Grayscale: #686868. Windows color (decimal): -13073321 or 5735480. OLE color: 5735480.

HSL color Cylindrical-coordinate representation of color #388457: hue angle of 144.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388457 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 87 -
CMYK 0.58 0 0.34 0.48
HSL 144.47º 0.4% 0.37% -
HSV(B) 144.47º 0.58% 0.52% -
XYZ 11.6 18.03 11.89 -
YUV 104.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 56 132 87 0.58 0 0.34 0.48 144.47 0.4 0.37
Hex 38 84 57 3A 0 22 30 90 28 25
Octal 70 204 127 72 0 42 60 220 50 45
Binary 111000 10000100 1010111 111010 0 100010 110000 10010000 101000 100101

Color Harmonies of #388457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388457

Black with #388457

Text Example


Text Example

White with #388457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388457; }

 p { color: rgb(56,132,87); }

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

background-color css

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

 a { background-color: rgb(56,132,87); }

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

border-color css

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

 span { border-color: rgb(56,132,87); }

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