Html Css Color HEX #387652 Amazon

📋 copy color: '#387652'

red 56 ◦ green 118 ◦ blue 82

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

Shades of Amazon #387652

Tints of Amazon #387652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 21.88%
G = 46.09%
B = 32.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#387652 (or 0x387652) is known color: Amazon. HEX triplet: 38, 76 and 52. RGB value is (56,118,82). Sum of RGB (Red+Green+Blue) = 56+118+82=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #387652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387652 is #C789AD. Grayscale: #5F5F5F. Windows color (decimal): -13076910 or 5404216. OLE color: 5404216.

HSL color Cylindrical-coordinate representation of color #387652: hue angle of 145.16º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387652 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 82 -
CMYK 0.53 0 0.31 0.54
HSL 145.16º 0.36% 0.34% -
HSV(B) 145.16º 0.53% 0.46% -
XYZ 9.63 14.41 10.26 -
YUV 95.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 56 118 82 0.53 0 0.31 0.54 145.16 0.36 0.34
Hex 38 76 52 35 0 1F 36 91 24 22
Octal 70 166 122 65 0 37 66 221 44 42
Binary 111000 1110110 1010010 110101 0 11111 110110 10010001 100100 100010

Color Harmonies of #387652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387652

Black with #387652

Text Example


Text Example

White with #387652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387652; }

 p { color: rgb(56,118,82); }

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

background-color css

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

 a { background-color: rgb(56,118,82); }

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

border-color css

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

 span { border-color: rgb(56,118,82); }

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