Html Css Color HEX #388155 Amazon

📋 copy color: '#388155'

red 56 ◦ green 129 ◦ blue 85

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

Shades of Amazon #388155

Tints of Amazon #388155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 20.74%
G = 47.78%
B = 31.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#388155 (or 0x388155) is known color: Amazon. HEX triplet: 38, 81 and 55. RGB value is (56,129,85). Sum of RGB (Red+Green+Blue) = 56+129+85=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #388155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388155 is #C77EAA. Grayscale: #666666. Windows color (decimal): -13074091 or 5603640. OLE color: 5603640.

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

Color convert

RGB 56 129 85 -
CMYK 0.57 0 0.34 0.49
HSL 143.84º 0.39% 0.36% -
HSV(B) 143.84º 0.57% 0.51% -
XYZ 11.12 17.2 11.33 -
YUV 102.16 118.32 95.08 -
System Red Green Blue C M Y K H S L
Decimal 56 129 85 0.57 0 0.34 0.49 143.84 0.39 0.36
Hex 38 81 55 39 0 22 31 90 27 24
Octal 70 201 125 71 0 42 61 220 47 44
Binary 111000 10000001 1010101 111001 0 100010 110001 10010000 100111 100100

Color Harmonies of #388155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388155

Black with #388155

Text Example


Text Example

White with #388155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388155; }

 p { color: rgb(56,129,85); }

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

background-color css

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

 a { background-color: rgb(56,129,85); }

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

border-color css

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

 span { border-color: rgb(56,129,85); }

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