Html Css Color HEX #388655 Amazon

📋 copy color: '#388655'

red 56 ◦ green 134 ◦ blue 85

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

Shades of Amazon #388655

Tints of Amazon #388655

RGB

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

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

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

R = 20.36%
G = 48.73%
B = 30.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#388655 (or 0x388655) is known color: Amazon. HEX triplet: 38, 86 and 55. RGB value is (56,134,85). Sum of RGB (Red+Green+Blue) = 56+134+85=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #388655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388655 is #C779AA. Grayscale: #696969. Windows color (decimal): -13072811 or 5604920. OLE color: 5604920.

HSL color Cylindrical-coordinate representation of color #388655: hue angle of 142.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 #388655 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 85 -
CMYK 0.58 0 0.37 0.47
HSL 142.31º 0.41% 0.37% -
HSV(B) 142.31º 0.58% 0.53% -
XYZ 11.8 18.55 11.55 -
YUV 105.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 56 134 85 0.58 0 0.37 0.47 142.31 0.41 0.37
Hex 38 86 55 3A 0 25 2F 8E 29 25
Octal 70 206 125 72 0 45 57 216 51 45
Binary 111000 10000110 1010101 111010 0 100101 101111 10001110 101001 100101

Color Harmonies of #388655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388655

Black with #388655

Text Example


Text Example

White with #388655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388655; }

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

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

background-color css

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

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

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

border-color css

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

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

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