Html Css Color HEX #388051 Amazon

📋 copy color: '#388051'

red 56 ◦ green 128 ◦ blue 81

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

Shades of Amazon #388051

Tints of Amazon #388051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 21.13%
G = 48.3%
B = 30.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#388051 (or 0x388051) is known color: Amazon. HEX triplet: 38, 80 and 51. RGB value is (56,128,81). Sum of RGB (Red+Green+Blue) = 56+128+81=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #388051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388051 is #C77FAE. Grayscale: #656565. Windows color (decimal): -13074351 or 5341240. OLE color: 5341240.

HSL color Cylindrical-coordinate representation of color #388051: hue angle of 140.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388051 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 81 -
CMYK 0.56 0 0.37 0.50
HSL 140.83º 0.39% 0.36% -
HSV(B) 140.83º 0.56% 0.5% -
XYZ 10.84 16.87 10.47 -
YUV 101.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 56 128 81 0.56 0 0.37 0.50 140.83 0.39 0.36
Hex 38 80 51 38 0 25 32 8D 27 24
Octal 70 200 121 70 0 45 62 215 47 44
Binary 111000 10000000 1010001 111000 0 100101 110010 10001101 100111 100100

Color Harmonies of #388051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388051

Black with #388051

Text Example


Text Example

White with #388051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388051; }

 p { color: rgb(56,128,81); }

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

background-color css

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

 a { background-color: rgb(56,128,81); }

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

border-color css

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

 span { border-color: rgb(56,128,81); }

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