Html Css Color HEX #386E4C Amazon

📋 copy color: '#386E4C'

red 56 ◦ green 110 ◦ blue 76

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

Shades of Amazon #386E4C

Tints of Amazon #386E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 23.14%
G = 45.45%
B = 31.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#386E4C (or 0x386E4C) is known color: Amazon. HEX triplet: 38, 6E and 4C. RGB value is (56,110,76). Sum of RGB (Red+Green+Blue) = 56+110+76=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #386E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E4C is #C791B3. Grayscale: #5A5A5A. Windows color (decimal): -13078964 or 5008952. OLE color: 5008952.

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

Color convert

RGB 56 110 76 -
CMYK 0.49 0 0.31 0.57
HSL 142.22º 0.33% 0.33% -
HSV(B) 142.22º 0.49% 0.43% -
XYZ 8.51 12.51 8.8 -
YUV 89.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 56 110 76 0.49 0 0.31 0.57 142.22 0.33 0.33
Hex 38 6E 4C 31 0 1F 39 8E 21 21
Octal 70 156 114 61 0 37 71 216 41 41
Binary 111000 1101110 1001100 110001 0 11111 111001 10001110 100001 100001

Color Harmonies of #386E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E4C

Black with #386E4C

Text Example


Text Example

White with #386E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386E4C; }

 p { color: rgb(56,110,76); }

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

background-color css

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

 a { background-color: rgb(56,110,76); }

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

border-color css

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

 span { border-color: rgb(56,110,76); }

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