Html Css Color HEX #388648 Amazon

📋 copy color: '#388648'

red 56 ◦ green 134 ◦ blue 72

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

Shades of Amazon #388648

Tints of Amazon #388648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.15%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 21.37%
G = 51.15%
B = 27.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#388648 (or 0x388648) is known color: Amazon. HEX triplet: 38, 86 and 48. RGB value is (56,134,72). Sum of RGB (Red+Green+Blue) = 56+134+72=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #388648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388648 is #C779B7. Grayscale: #676767. Windows color (decimal): -13072824 or 4752952. OLE color: 4752952.

HSL color Cylindrical-coordinate representation of color #388648: hue angle of 132.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388648 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 72 -
CMYK 0.58 0 0.46 0.47
HSL 132.31º 0.41% 0.37% -
HSV(B) 132.31º 0.58% 0.53% -
XYZ 11.33 18.36 9.08 -
YUV 103.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 56 134 72 0.58 0 0.46 0.47 132.31 0.41 0.37
Hex 38 86 48 3A 0 2E 2F 84 29 25
Octal 70 206 110 72 0 56 57 204 51 45
Binary 111000 10000110 1001000 111010 0 101110 101111 10000100 101001 100101

Color Harmonies of #388648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388648

Black with #388648

Text Example


Text Example

White with #388648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388648; }

 p { color: rgb(56,134,72); }

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

background-color css

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

 a { background-color: rgb(56,134,72); }

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

border-color css

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

 span { border-color: rgb(56,134,72); }

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