Html Css Color HEX #388453 Amazon

📋 copy color: '#388453'

red 56 ◦ green 132 ◦ blue 83

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

Shades of Amazon #388453

Tints of Amazon #388453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.63%

R = 20.66%
G = 48.71%
B = 30.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#388453 (or 0x388453) is known color: Amazon. HEX triplet: 38, 84 and 53. RGB value is (56,132,83). Sum of RGB (Red+Green+Blue) = 56+132+83=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #388453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388453 is #C77BAC. Grayscale: #676767. Windows color (decimal): -13073325 or 5473336. OLE color: 5473336.

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

Color convert

RGB 56 132 83 -
CMYK 0.58 0 0.37 0.48
HSL 141.32º 0.4% 0.37% -
HSV(B) 141.32º 0.58% 0.52% -
XYZ 11.44 17.97 11.05 -
YUV 103.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 56 132 83 0.58 0 0.37 0.48 141.32 0.4 0.37
Hex 38 84 53 3A 0 25 30 8D 28 25
Octal 70 204 123 72 0 45 60 215 50 45
Binary 111000 10000100 1010011 111010 0 100101 110000 10001101 101000 100101

Color Harmonies of #388453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388453

Black with #388453

Text Example


Text Example

White with #388453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388453; }

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

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

background-color css

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

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

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

border-color css

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

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

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