Html Css Color HEX #388451 Amazon

📋 copy color: '#388451'

red 56 ◦ green 132 ◦ blue 81

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

Shades of Amazon #388451

Tints of Amazon #388451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 20.82%
G = 49.07%
B = 30.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#388451 (or 0x388451) is known color: Amazon. HEX triplet: 38, 84 and 51. RGB value is (56,132,81). Sum of RGB (Red+Green+Blue) = 56+132+81=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #388451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388451 is #C77BAE. Grayscale: #676767. Windows color (decimal): -13073327 or 5342264. OLE color: 5342264.

HSL color Cylindrical-coordinate representation of color #388451: hue angle of 139.74º 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 #388451 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 81 -
CMYK 0.58 0 0.39 0.48
HSL 139.74º 0.4% 0.37% -
HSV(B) 139.74º 0.58% 0.52% -
XYZ 11.37 17.94 10.65 -
YUV 103.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 56 132 81 0.58 0 0.39 0.48 139.74 0.4 0.37
Hex 38 84 51 3A 0 27 30 8C 28 25
Octal 70 204 121 72 0 47 60 214 50 45
Binary 111000 10000100 1010001 111010 0 100111 110000 10001100 101000 100101

Color Harmonies of #388451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388451

Black with #388451

Text Example


Text Example

White with #388451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388451; }

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

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

background-color css

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

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

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

border-color css

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

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

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