Html Css Color HEX #388458 Amazon

📋 copy color: '#388458'

red 56 ◦ green 132 ◦ blue 88

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

Shades of Amazon #388458

Tints of Amazon #388458

RGB

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

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

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

R = 20.29%
G = 47.83%
B = 31.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#388458 (or 0x388458) is known color: Amazon. HEX triplet: 38, 84 and 58. RGB value is (56,132,88). Sum of RGB (Red+Green+Blue) = 56+132+88=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #388458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388458 is #C77BA7. Grayscale: #686868. Windows color (decimal): -13073320 or 5801016. OLE color: 5801016.

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

Color convert

RGB 56 132 88 -
CMYK 0.58 0 0.33 0.48
HSL 145.26º 0.4% 0.37% -
HSV(B) 145.26º 0.58% 0.52% -
XYZ 11.64 18.05 12.1 -
YUV 104.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 56 132 88 0.58 0 0.33 0.48 145.26 0.4 0.37
Hex 38 84 58 3A 0 21 30 91 28 25
Octal 70 204 130 72 0 41 60 221 50 45
Binary 111000 10000100 1011000 111010 0 100001 110000 10010001 101000 100101

Color Harmonies of #388458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388458

Black with #388458

Text Example


Text Example

White with #388458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388458; }

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

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

background-color css

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

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

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

border-color css

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

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

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