Html Css Color HEX #388649 Amazon

📋 copy color: '#388649'

red 56 ◦ green 134 ◦ blue 73

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

Shades of Amazon #388649

Tints of Amazon #388649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 21.29%
G = 50.95%
B = 27.76%

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

#388649 (or 0x388649) is known color: Amazon. HEX triplet: 38, 86 and 49. RGB value is (56,134,73). Sum of RGB (Red+Green+Blue) = 56+134+73=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #388649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388649 is #C779B6. Grayscale: #676767. Windows color (decimal): -13072823 or 4818488. OLE color: 4818488.

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

Color convert

RGB 56 134 73 -
CMYK 0.58 0 0.46 0.47
HSL 133.08º 0.41% 0.37% -
HSV(B) 133.08º 0.58% 0.53% -
XYZ 11.36 18.37 9.25 -
YUV 103.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 56 134 73 0.58 0 0.46 0.47 133.08 0.41 0.37
Hex 38 86 49 3A 0 2E 2F 85 29 25
Octal 70 206 111 72 0 56 57 205 51 45
Binary 111000 10000110 1001001 111010 0 101110 101111 10000101 101001 100101

Color Harmonies of #388649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388649

Black with #388649

Text Example


Text Example

White with #388649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388649; }

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

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

background-color css

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

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

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

border-color css

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

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

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