Html Css Color HEX #388156 Amazon

📋 copy color: '#388156'

red 56 ◦ green 129 ◦ blue 86

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

Shades of Amazon #388156

Tints of Amazon #388156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.6%

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 20.66%
G = 47.6%
B = 31.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#388156 (or 0x388156) is known color: Amazon. HEX triplet: 38, 81 and 56. RGB value is (56,129,86). Sum of RGB (Red+Green+Blue) = 56+129+86=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #388156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388156 is #C77EA9. Grayscale: #666666. Windows color (decimal): -13074090 or 5669176. OLE color: 5669176.

HSL color Cylindrical-coordinate representation of color #388156: hue angle of 144.66º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388156 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 86 -
CMYK 0.57 0 0.33 0.49
HSL 144.66º 0.39% 0.36% -
HSV(B) 144.66º 0.57% 0.51% -
XYZ 11.16 17.21 11.54 -
YUV 102.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 56 129 86 0.57 0 0.33 0.49 144.66 0.39 0.36
Hex 38 81 56 39 0 21 31 91 27 24
Octal 70 201 126 71 0 41 61 221 47 44
Binary 111000 10000001 1010110 111001 0 100001 110001 10010001 100111 100100

Color Harmonies of #388156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388156

Black with #388156

Text Example


Text Example

White with #388156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388156; }

 p { color: rgb(56,129,86); }

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

background-color css

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

 a { background-color: rgb(56,129,86); }

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

border-color css

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

 span { border-color: rgb(56,129,86); }

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