Html Css Color HEX #388348 Amazon

📋 copy color: '#388348'

red 56 ◦ green 131 ◦ blue 72

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

Shades of Amazon #388348

Tints of Amazon #388348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.58%

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

R = 21.62%
G = 50.58%
B = 27.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#388348 (or 0x388348) is known color: Amazon. HEX triplet: 38, 83 and 48. RGB value is (56,131,72). Sum of RGB (Red+Green+Blue) = 56+131+72=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #388348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388348 is #C77CB7. Grayscale: #666666. Windows color (decimal): -13073592 or 4752184. OLE color: 4752184.

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

Color convert

RGB 56 131 72 -
CMYK 0.57 0 0.45 0.49
HSL 132.8º 0.4% 0.37% -
HSV(B) 132.8º 0.57% 0.51% -
XYZ 10.92 17.54 8.94 -
YUV 101.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 56 131 72 0.57 0 0.45 0.49 132.8 0.4 0.37
Hex 38 83 48 39 0 2D 31 85 28 25
Octal 70 203 110 71 0 55 61 205 50 45
Binary 111000 10000011 1001000 111001 0 101101 110001 10000101 101000 100101

Color Harmonies of #388348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388348

Black with #388348

Text Example


Text Example

White with #388348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388348; }

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

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

background-color css

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

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

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

border-color css

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

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

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